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 /pkgtools/xpkgwedge | |
parent | ca54aff5ca2466cff66bda45af9d9d0f88b21ffe (diff) | |
download | pkgsrc-9840e186c09ad82df2bcea92fffcce5a819c03c2.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/xpkgwedge')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 0174c0b8f1f..2353cb49bef 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2008/04/12 22:43:09 jlam Exp $ +# $NetBSD: Makefile,v 1.76 2009/04/09 00:48:14 joerg Exp $ DISTNAME= xpkgwedge-1.16 CATEGORIES= pkgtools devel x11 @@ -14,11 +14,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} -EXTRACT_ONLY= # empty USE_LANGUAGES= # empty NO_BUILD= yes NO_CONFIGURE= yes -NO_CHECKSUM= yes .include "../../mk/bsd.prefs.mk" |