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 | 368d71b62eb6e099ecbde93b8f229d559bb4648a (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /pkgtools/pkg_filecheck | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.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} |