diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-14 13:50:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-14 13:50:16 +0000 |
commit | 520978804148d6c42140cbee02d4a19195311fc3 (patch) | |
tree | 192465d560d001dbb4503d8672d0be5ad0681ba9 /www/fcgi | |
parent | daad29fe99a94dff108b15de24722c22763adae0 (diff) | |
download | pkgsrc-520978804148d6c42140cbee02d4a19195311fc3.tar.gz |
Support user-destdir installation.
Diffstat (limited to 'www/fcgi')
-rw-r--r-- | www/fcgi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 96b224518ce..188f0278774 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:58 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/03/14 13:50:16 jlam Exp $ DISTNAME= fcgi-2.4.0 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fastcgi.com/ COMMENT= FastCGI application development kit +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES |