diff options
author | tnn <tnn> | 2008-01-16 03:32:59 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-01-16 03:32:59 +0000 |
commit | f282f4fa634951e7bccfa3de296c055c55b9c713 (patch) | |
tree | d89601b6f26635d30cb1aa284978b0a0b409559e /pkgtools | |
parent | 446caa79f0d4d13823f25bd7b5d8157e4df61dc9 (diff) | |
download | pkgsrc-f282f4fa634951e7bccfa3de296c055c55b9c713.tar.gz |
Supports installation to DESTDIR.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/posix_headers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/posix_headers/Makefile b/pkgtools/posix_headers/Makefile index 5782d302332..4a3dd62a9c3 100644 --- a/pkgtools/posix_headers/Makefile +++ b/pkgtools/posix_headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/08/05 11:10:11 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/01/16 03:32:59 tnn Exp $ DISTNAME= posix_headers-0.5 CATEGORIES= pkgtools @@ -13,6 +13,7 @@ NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes NO_MTREE= yes NO_CONFIGURE= yes +PKG_DESTDIR_SUPPORT= user-destdir PLIST_SRC= ${WRKDIR}/PLIST_SRC REPLACE_SH+= make.sh |