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/compat_headers | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/compat_headers')
-rw-r--r-- | pkgtools/compat_headers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/compat_headers/Makefile b/pkgtools/compat_headers/Makefile index 7b47b6e4299..f02246908fc 100644 --- a/pkgtools/compat_headers/Makefile +++ b/pkgtools/compat_headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/28 13:40:59 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/09 00:48:11 joerg Exp $ DISTNAME= compat_headers-0.2 CATEGORIES= pkgtools @@ -9,7 +9,6 @@ MAINTAINER= tnn@NetBSD.org HOMEPAGE= http://www.pkgsrc.org/ COMMENT= compatibility headers -NO_CHECKSUM= yes CHECK_PERMS= no GNU_CONFIGURE= yes PKG_DESTDIR_SUPPORT= user-destdir |