diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /fonts/ghostscript-cmaps | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'fonts/ghostscript-cmaps')
-rw-r--r-- | fonts/ghostscript-cmaps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/ghostscript-cmaps/Makefile b/fonts/ghostscript-cmaps/Makefile index 7049dd03e55..7980f623e1c 100644 --- a/fonts/ghostscript-cmaps/Makefile +++ b/fonts/ghostscript-cmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:19 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/04/09 00:48:08 joerg Exp $ DISTNAME= ghostscript-cmaps-20020913 PKGREVISION= 2 @@ -18,9 +18,7 @@ GHOSTSCRIPT_REQD= 6.53 ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource -EXTRACT_ONLY= # empty USE_TOOLS+= gs:run -NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes |