diff options
-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 |