summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-08-27 01:53:22 +0000
committerChuck Short <zul@gentoo.org>2003-08-27 01:53:22 +0000
commit2c4f39341a6e235065603f82f47ec4949f512095 (patch)
treeb1f6283ef098ef53899a6ac5eb8e4fb11b197725 /app-cdr/cdlabelgen/files
parentVersion bump, Closes #23076 (diff)
downloadhistorical-2c4f39341a6e235065603f82f47ec4949f512095.tar.gz
historical-2c4f39341a6e235065603f82f47ec4949f512095.tar.bz2
historical-2c4f39341a6e235065603f82f47ec4949f512095.zip
Version bump, Closes #23076
Diffstat (limited to 'app-cdr/cdlabelgen/files')
-rw-r--r--app-cdr/cdlabelgen/files/digest-cdlabelgen-2.6.01
-rw-r--r--app-cdr/cdlabelgen/files/makefile.patch-2.6.028
2 files changed, 29 insertions, 0 deletions
diff --git a/app-cdr/cdlabelgen/files/digest-cdlabelgen-2.6.0 b/app-cdr/cdlabelgen/files/digest-cdlabelgen-2.6.0
new file mode 100644
index 000000000000..335f8bb5fa76
--- /dev/null
+++ b/app-cdr/cdlabelgen/files/digest-cdlabelgen-2.6.0
@@ -0,0 +1 @@
+MD5 33177cf123ed5d74326a4a8c25378f26 cdlabelgen-2.6.0.tgz 170319
diff --git a/app-cdr/cdlabelgen/files/makefile.patch-2.6.0 b/app-cdr/cdlabelgen/files/makefile.patch-2.6.0
new file mode 100644
index 000000000000..4a91429a8272
--- /dev/null
+++ b/app-cdr/cdlabelgen/files/makefile.patch-2.6.0
@@ -0,0 +1,28 @@
+--- cdlabelgen-2.6.0/Makefile 2003-05-13 11:16:49.000000000 +1200
++++ cdlabelgen-2.6.0.patched/Makefile 2003-06-19 13:01:29.000000000 +1200
+@@ -8,12 +8,12 @@
+ # 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
+ # BASE_DIR = /usr/local
+ # BASE_DIR = /opt
+ BIN_DIR = $(BASE_DIR)/bin
+-LIB_DIR = $(BASE_DIR)/lib/cdlabelgen
+-MAN_DIR = $(BASE_DIR)/man
++LIB_DIR = $(BASE_DIR)/share/cdlabelgen
++MAN_DIR = $(BASE_DIR)/share/man
+ SOURCES = cdlabelgen ChangeLog INSTALL README Makefile cdinsert.pl INSTALL.WEB cdlabelgen.pod cdlabelgen.1 cdlabelgen.html cdlabelgen$(VERSION).spec
+ POSTSCRIPT = template.ps *.eps
+ DISTFILES = $(SOURCES) $(POSTSCRIPT)
+@@ -45,7 +45,8 @@
+ @echo ""
+ $(INSTALL_DIR) $(BIN_DIR)
+ $(INSTALL) cdlabelgen $(BIN_DIR)
+- $(INSTALL) cdlabelgen.1 $(MAN_DIR)/man1
++ $(INSTALL_DIR) $(MAN_DIR)
++ $(INSTALL) cdlabelgen.1 $(MAN_DIR)
+ $(INSTALL_DIR) $(LIB_DIR)
+ set -e; \
+ for file in $(POSTSCRIPT); do \