summaryrefslogtreecommitdiff
path: root/media-radio/dxcc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-radio/dxcc/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-radio/dxcc/files')
-rw-r--r--media-radio/dxcc/files/Makefile.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-radio/dxcc/files/Makefile.patch b/media-radio/dxcc/files/Makefile.patch
new file mode 100644
index 000000000000..d4f391bed094
--- /dev/null
+++ b/media-radio/dxcc/files/Makefile.patch
@@ -0,0 +1,28 @@
+--- Makefile.orig 2009-04-07 19:10:23.000000000 +0200
++++ Makefile 2009-04-07 19:11:12.000000000 +0200
+@@ -4,19 +4,22 @@
+ DESTDIR ?= /usr
+
+ all:
+- @echo -e "dxcc - make [install|uninstall|clean|dist] \nCheck README for help."
+
+ install:
+- install -d -v $(DESTDIR)/share/man/man1/
+- install -d -v $(DESTDIR)/share/dxcc/
++ install -d $(DESTDIR)/share/man/man1/
++ install -d $(DESTDIR)/share/dxcc/
++ install -d $(DESTDIR)/share/pixmaps/
++ install -d $(DESTDIR)/bin/
+ install -m 0644 dxcc.1 $(DESTDIR)/share/man/man1/
+ install -m 0644 earth.gif $(DESTDIR)/share/dxcc/
++ install -m 0644 dxcc.png $(DESTDIR)/share/pixmaps/
+ install -m 0755 dxcc $(DESTDIR)/bin/
+
+ uninstall:
+ rm -f $(DESTDIR)/bin/dxcc
+ rm -f $(DESTDIR)/share/man/man1/dxcc.1
+ rm -f $(DESTDIR)/share/dxcc/earth.gif
++ rm -r $(DESTDIR)/share/pixmaps/dxcc.png
+
+ clean:
+ rm -f *~