aboutsummaryrefslogtreecommitdiff
path: root/www/mod_domaintree
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-12-15 22:11:20 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-12-15 22:11:20 +0000
commit8136ee5a9f5c3f3e66da24d4274044b6e9925608 (patch)
tree04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_domaintree
parentab634dd8ea38be988cfaa5b7560132a6acc30d26 (diff)
downloadports-8136ee5a9f5c3f3e66da24d4274044b6e9925608.tar.gz
ports-8136ee5a9f5c3f3e66da24d4274044b6e9925608.zip
Notes
Diffstat (limited to 'www/mod_domaintree')
-rw-r--r--www/mod_domaintree/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/www/mod_domaintree/Makefile b/www/mod_domaintree/Makefile
index a0a8ede600a2..de2c0de894b5 100644
--- a/www/mod_domaintree/Makefile
+++ b/www/mod_domaintree/Makefile
@@ -11,7 +11,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= danger@FreeBSD.org
COMMENT= Hostname to filesystem mapper for Apache 2
-
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_APACHE= 22+
AP_FAST_BUILD= yes
@@ -19,13 +18,8 @@ AP_GENPLIST= yes
PORTDOCS= LICENSE.txt ChangeLog
-PLIST_FILES= share/doc/mod_domaintree/LICENSE.txt \
- share/doc/mod_domaintree/ChangeLog
-PLIST_DIRS= share/doc/mod_domaintree
-
-NO_STAGE= yes
post-install:
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>