diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
commit | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/compat_headers | |
parent | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (diff) | |
download | pkgsrc-0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5.tar.gz |
"user-destdir" is default these days
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 d3b666e3572..7e95a62c923 100644 --- a/pkgtools/compat_headers/Makefile +++ b/pkgtools/compat_headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/05/02 16:21:45 reed Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:19:34 asau Exp $ DISTNAME= compat_headers-0.2 CATEGORIES= pkgtools @@ -14,7 +14,6 @@ SUPERSEDES= posix_headers-[0-9]* CHECK_PERMS= no GNU_CONFIGURE= yes -PKG_DESTDIR_SUPPORT= user-destdir PLIST_SRC+= ${WRKSRC}/PLIST |