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 /lang | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nawk/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 21cbd7c2053..75b7642fae8 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/04/08 22:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2009/04/09 00:48:08 joerg Exp $ DISTNAME= nawk-20050424 PKGREVISION= 3 @@ -18,7 +18,6 @@ BOOTSTRAP_PKG= yes CFLAGS+= ${CPPFLAGS} MAKE_FLAGS+= CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} -NO_CHECKSUM= yes BUILD_TARGET= a.out INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index a4b265dff55..b67d1247e42 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2008/03/04 16:38:13 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2009/04/09 00:48:09 joerg Exp $ DISTNAME= # empty PKGNAME= ruby-${RUBY_VERSION_SUFFIX} @@ -14,7 +14,6 @@ CONFLICTS= pkg_alternatives-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir -NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes |