diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /www/ap-rivet | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'www/ap-rivet')
-rw-r--r-- | www/ap-rivet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-rivet/Makefile b/www/ap-rivet/Makefile index 82dbcde05a2..69c220b9d3e 100644 --- a/www/ap-rivet/Makefile +++ b/www/ap-rivet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/08/23 11:22:06 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:54 joerg Exp $ DISTNAME= rivet-0.5.0 PKGNAME= ap13-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tcl.apache.org/rivet/ COMMENT= System for creating dynamic web content via Tcl +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-rivet-[0-9]* GNU_CONFIGURE= yes |