diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /www/ffproxy | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'www/ffproxy')
-rw-r--r-- | www/ffproxy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index 057319dab02..89b3e6c9274 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:55 joerg Exp $ DISTNAME= ffproxy-1.6 CATEGORIES= www @@ -8,6 +8,8 @@ MAINTAINER= niklas@noxa.de HOMEPAGE= http://faith.eu.org/programs.html\#ffproxy COMMENT= Filtering HTTP/HTTPS proxy server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONF_FILES= ${PREFIX}/share/ffproxy/sample.config ${PKG_SYSCONFDIR}/ffproxy.conf |