diff options
author | cube <cube@pkgsrc.org> | 2003-11-01 13:18:44 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-11-01 13:18:44 +0000 |
commit | dae28a7b952c09c3dc3a411c17dc33b188c9ba5f (patch) | |
tree | 536c8b1c421c0189a0bd97cff3debf6799875f5c /graphics/cdlabelgen/Makefile | |
parent | e8a11ea3179863ce257cf18e93cfab0719f1c7d9 (diff) | |
download | pkgsrc-dae28a7b952c09c3dc3a411c17dc33b188c9ba5f.tar.gz |
Update to 2.7.0.
o chmod -> ${CHMOD} in Makefile
o Actually, the PLIST update predates 2.7.0 release. Previous revision of
PLIST was wrong for the distfile of version 2.6.1. Also, previous
revision of distinfo had a wrong sum for the distfile since it was
updated. Bleh.
Change in 2.7.0:
o DVD case inside inserts are now supported, --create-dvd-inside option
Diffstat (limited to 'graphics/cdlabelgen/Makefile')
-rw-r--r-- | graphics/cdlabelgen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cdlabelgen/Makefile b/graphics/cdlabelgen/Makefile index e1e8cee8137..7fa7f5753ee 100644 --- a/graphics/cdlabelgen/Makefile +++ b/graphics/cdlabelgen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2003/08/03 20:44:28 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2003/11/01 13:18:44 cube Exp $ -DISTNAME= cdlabelgen-2.6.1 +DISTNAME= cdlabelgen-2.7.0 CATEGORIES= graphics MASTER_SITES= http://www.aczone.com/pub/tools/ EXTRACT_SUFX= .tgz @@ -16,6 +16,6 @@ MAKE_ENV+= SED="${SED}" MAKE_ENV+= MV="${MV}" post-extract: - cd ${WRKSRC} && chmod go+r * + cd ${WRKSRC} && ${CHMOD} go+r * .include "../../mk/bsd.pkg.mk" |