diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
commit | 9840e186c09ad82df2bcea92fffcce5a819c03c2 (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /fonts | |
parent | ca54aff5ca2466cff66bda45af9d9d0f88b21ffe (diff) | |
download | pkgsrc-9840e186c09ad82df2bcea92fffcce5a819c03c2.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ghostscript-cidfonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/ghostscript-cmaps/Makefile | 4 | ||||
-rw-r--r-- | fonts/vfontcap-kochi/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile index e17f7b569f1..c047cbd7bfa 100644 --- a/fonts/ghostscript-cidfonts/Makefile +++ b/fonts/ghostscript-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:19 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/09 00:48:08 joerg Exp $ DISTNAME= ghostscript-cidfonts-20000901 PKGREVISION= 2 @@ -18,8 +18,6 @@ GHOSTSCRIPT_REQD= 6.53 ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes USE_TOOLS+= gs:run 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 diff --git a/fonts/vfontcap-kochi/Makefile b/fonts/vfontcap-kochi/Makefile index 46d5aa87c3d..69f054debc8 100644 --- a/fonts/vfontcap-kochi/Makefile +++ b/fonts/vfontcap-kochi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/03/03 20:17:13 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2009/04/09 00:48:08 joerg Exp $ DISTNAME= vfontcap-kochi-0.0 PKGREVISION= 3 @@ -15,8 +15,6 @@ DEPENDS+= kochi-ttf-[0-9]*:../../fonts/kochi-ttf PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes NO_BUILD= yes EVAL_PREFIX+= KOCHI_TTF_PREFIX=kochi-ttf |