diff options
Diffstat (limited to 'app-cdr/cdlabelgen/files/makefile.patch')
-rw-r--r-- | app-cdr/cdlabelgen/files/makefile.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-cdr/cdlabelgen/files/makefile.patch b/app-cdr/cdlabelgen/files/makefile.patch deleted file mode 100644 index e502102145d1..000000000000 --- a/app-cdr/cdlabelgen/files/makefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile~ Sun Jul 21 19:39:01 2002 -+++ Makefile Sun Jul 21 19:41:02 2002 -@@ -8,9 +8,9 @@ - # Change these to locations you need, also - # remember to edit cdlabelgen and its @where_is_the_template as needed. - --BASE_DIR = /usr/local -+BASE_DIR = $(DESTDIR)/usr - BIN_DIR = $(BASE_DIR)/bin --LIB_DIR = $(BASE_DIR)/lib/cdlabelgen -+LIB_DIR = $(BASE_DIR)/share/cdlabelgen - SOURCES = cdlabelgen ChangeLog INSTALL README Makefile cdinsert.pl INSTALL.WEB cdlabelgen.html cdlabelgen$(VERSION).spec - POSTSCRIPT = template.ps *.eps - DISTFILES = $(SOURCES) $(POSTSCRIPT) -@@ -37,7 +37,7 @@ - for file in $(POSTSCRIPT); do \ - $(INSTALL_FILE) postscript/$$file $(LIB_DIR)/; \ - done -- echo "** Done. Be sure to edit $(BIN_DIR)/cdlabelgen and fix @where_is_the_template - if needed!" -+# echo "** Done. Be sure to edit $(BIN_DIR)/cdlabelgen and fix @where_is_the_template - if needed!" - - dist: all - rm -rf cdlabelgen$(VERSION) |