diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /fonts/adobe-cmaps | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'fonts/adobe-cmaps')
-rw-r--r-- | fonts/adobe-cmaps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile index cc7ae87bfb6..d47beeb6938 100644 --- a/fonts/adobe-cmaps/Makefile +++ b/fonts/adobe-cmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/22 15:15:43 hira Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ DISTNAME= adobe-cmaps-20040605 CATEGORIES= fonts print @@ -27,8 +27,8 @@ COMMENT= Adobe CMap files for CJK BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip DIST_SUBDIR= ${PKGNAME_NOREV} -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes RESOURCEDIR= ${PREFIX}/share/Adobe/Resource |