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 /pkgtools/pkg_filecheck | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/pkg_filecheck')
-rw-r--r-- | pkgtools/pkg_filecheck/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile index 4c54b42db0d..de7dac14dd6 100644 --- a/pkgtools/pkg_filecheck/Makefile +++ b/pkgtools/pkg_filecheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/02/10 00:15:20 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2009/04/09 00:48:12 joerg Exp $ # DISTNAME= pkg_filecheck-0.4 @@ -16,8 +16,6 @@ WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run USE_FEATURES= fts_open -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes NO_CONFIGURE= yes FILES_SUBST+= X11PREFIX=${X11PREFIX:Q} |