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/autoswc | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/autoswc')
-rw-r--r-- | pkgtools/autoswc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile index 03f141ea495..3ade4b88f31 100644 --- a/pkgtools/autoswc/Makefile +++ b/pkgtools/autoswc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/04/08 22:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/04/09 00:48:10 joerg Exp $ DISTNAME= autoswc-1.6 CATEGORIES= pkgtools sysutils @@ -14,7 +14,6 @@ DEPENDS+= autoconf>=2.59:../../devel/autoconf DEPENDS+= automake>=1.8.2:../../devel/automake DEPENDS+= libtool-base>=1.5.2:../../devel/libtool-base -NO_CHECKSUM= YES NO_CONFIGURE= YES WRKSRC= ${WRKDIR} |