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/x11-links | |
parent | ca54aff5ca2466cff66bda45af9d9d0f88b21ffe (diff) | |
download | pkgsrc-9840e186c09ad82df2bcea92fffcce5a819c03c2.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index e797c3d4968..8714be798fd 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2009/04/08 22:43:25 joerg Exp $ +# $NetBSD: Makefile,v 1.101 2009/04/09 00:48:14 joerg Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, @@ -20,8 +20,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty USE_TOOLS+= pax -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes PLIST_SRC.dirs= ${WRKDIR}/.PLIST_SRC.dirs PLIST_SRC.files= ${WRKDIR}/.PLIST_SRC.files |