summaryrefslogtreecommitdiff
path: root/www/cherokee
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-06-28 10:41:53 +0000
committerjoerg <joerg@pkgsrc.org>2010-06-28 10:41:53 +0000
commit1163680b42c9ccf5929986588dab19640c4d00ea (patch)
tree197d62f8d220a4ff53038051167135397b61ecb9 /www/cherokee
parent8ef720b9db1e810979b2166f6c713f7b4a54299a (diff)
downloadpkgsrc-1163680b42c9ccf5929986588dab19640c4d00ea.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"