summaryrefslogtreecommitdiff
path: root/www/cherokee
diff options
context:
space:
mode:
authorjoerg <joerg>2010-06-28 10:41:53 +0000
committerjoerg <joerg>2010-06-28 10:41:53 +0000
commit0b3294fdd5a88e4cacc6850abf0aef1f98e004e0 (patch)
tree197d62f8d220a4ff53038051167135397b61ecb9 /www/cherokee
parente13733c5bd002f26a12566abc23afbead613222e (diff)
downloadpkgsrc-0b3294fdd5a88e4cacc6850abf0aef1f98e004e0.tar.gz
DESTDIR support
Diffstat (limited to 'www/cherokee')
-rw-r--r--www/cherokee/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile
index 6a3ccfffde7..6fd563f2140 100644
--- a/www/cherokee/Makefile
+++ b/www/cherokee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/03/12 13:45:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2010/06/28 10:49:51 joerg Exp $
#
DISTNAME= cherokee-0.5.3
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cherokee-project.com/
COMMENT= Flexible and fast web server
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= bison flex
@@ -78,7 +80,6 @@ CONF_FILES+= ${EGDIR}/cherokee/mods-available/ssl \
CONFIGURE_ARGS+= --disable-tls
.endif
-pre-install:
- ${INSTALL_DATA_DIR} ${EGDIR}/pam.d
+INSTALLATION_DIRS+= ${EGDIR}/pam.d
.include "../../mk/bsd.pkg.mk"