diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 18:54:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 18:54:07 +0000 |
commit | 0f47328cb6f77b5994884154b40ae6db8535dd24 (patch) | |
tree | 14fa586bda9b2bbd41b290a110d52babb6919865 /www/swill | |
parent | e074a53e9efbb49be2b1131526c4e06bac1cccbe (diff) | |
download | pkgsrc-0f47328cb6f77b5994884154b40ae6db8535dd24.tar.gz |
user-destdir support
Diffstat (limited to 'www/swill')
-rw-r--r-- | www/swill/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index e139410c52f..56d12833e01 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/06/30 00:07:24 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/07 18:55:03 joerg Exp $ DISTNAME= swill-0.1 CATEGORIES= www devel @@ -8,10 +8,14 @@ MAINTAINER= thorpej@NetBSD.org HOMEPAGE= http://systems.cs.uchicago.edu/swill/ COMMENT= The Simple Web Interface Link Library +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/SWILL-0.1 GNU_CONFIGURE= yes INSTALLATION_DIRS= include lib +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} + MAKE_JOBS_SAFE= no .include "../../mk/bsd.pkg.mk" |