diff options
author | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
commit | a04891bb08b7613694e96b6c35d1de4d40422b95 (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /www/libwww | |
parent | 99d41bdd30141350ae72be44236404dfb3afa3b1 (diff) | |
download | pkgsrc-a04891bb08b7613694e96b6c35d1de4d40422b95.tar.gz |
DESTDIR support.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 0630626ff95..90e8c231a09 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2006/10/10 00:24:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.72 2006/11/05 17:37:55 joerg Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -14,6 +14,7 @@ HOMEPAGE= http://www.w3.org/Library/ COMMENT= The W3C Reference Library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} SITES.libwww-configure-5.4.0nb1.gz= ${MASTER_SITE_LOCAL} |