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 /textproc | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdoclint/Makefile | 3 | ||||
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index b4fe9283f0b..14178e478ff 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/03/22 23:47:05 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/09 00:48:17 joerg Exp $ DISTNAME= mdoclint-1.1 PKGREVISION= 1 @@ -16,7 +16,6 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 CONFLICTS= mdocml<1.6.9 WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes NO_BUILD= yes USE_LANGUAGES= # none USE_TOOLS+= perl:run diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 0ca3d3709ba..e81160e5401 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/04/08 22:43:26 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2009/04/09 00:48:17 joerg Exp $ DISTNAME= nbsed-20040821 PKGREVISION= 1 @@ -13,7 +13,6 @@ COMMENT= NetBSD-current's sed(1) PKG_DESTDIR_SUPPORT= user-destdir BOOTSTRAP_PKG= yes -NO_CHECKSUM= yes USE_FEATURES= nbcompat GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-transform-name="s,sed,nbsed," |