diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 22:11:20 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 22:11:20 +0000 |
commit | 8136ee5a9f5c3f3e66da24d4274044b6e9925608 (patch) | |
tree | 04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_log_firstbyte | |
parent | ab634dd8ea38be988cfaa5b7560132a6acc30d26 (diff) |
Notes
Diffstat (limited to 'www/mod_log_firstbyte')
-rw-r--r-- | www/mod_log_firstbyte/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/mod_log_firstbyte/Makefile b/www/mod_log_firstbyte/Makefile index 274792e854db..7149a56ba2e6 100644 --- a/www/mod_log_firstbyte/Makefile +++ b/www/mod_log_firstbyte/Makefile @@ -13,7 +13,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= apache@FreeBSD.org COMMENT= Log the time between request and the first byte of the response served - USE_APACHE= 22+ PROJECTHOST= mod-log-firstbyte @@ -22,12 +21,8 @@ PKGMESSAGE= ${WRKSRC}/readme.txt AP_FAST_BUILD= yes AP_GENPLIST= yes -NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} - cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} - -post-install: - @${CAT} ${PKGMESSAGE} + ${CP} ${DISTFILES:S|^|${DISTDIR}/${DIST_SUBDIR}/|} ${WRKSRC} .include <bsd.port.mk> |