diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-06-07 18:50:59 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-06-07 18:50:59 +0000 |
commit | 7902a98511fcf808548e23f3e66d5c06f2db33a4 (patch) | |
tree | b7b35b1e469e3559e3330fd94fe3b4c54650c600 /www/mod_log_firstbyte | |
parent | 06712c4fa299e29890c6e40b6ce565861632e07d (diff) | |
download | ports-7902a98511fcf808548e23f3e66d5c06f2db33a4.tar.gz ports-7902a98511fcf808548e23f3e66d5c06f2db33a4.zip |
Notes
Diffstat (limited to 'www/mod_log_firstbyte')
-rw-r--r-- | www/mod_log_firstbyte/Makefile | 19 | ||||
-rw-r--r-- | www/mod_log_firstbyte/pkg-plist | 3 |
2 files changed, 8 insertions, 14 deletions
diff --git a/www/mod_log_firstbyte/Makefile b/www/mod_log_firstbyte/Makefile index 3df9ebb3b4fa..e90a53fb3acf 100644 --- a/www/mod_log_firstbyte/Makefile +++ b/www/mod_log_firstbyte/Makefile @@ -11,28 +11,25 @@ CATEGORIES= www MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTFILES= ${PORTNAME}.c readme.txt +DIST_SUBDIR= ${PORTNAME} -MAINTAINER= leeym@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Log the time between request and the first byte of the response served -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes -PROJECTHOST= mod-log-firstbyte USE_APACHE= 2.0+ -MOD= mod_log_firstbyte + +PROJECTHOST= mod-log-firstbyte PKGMESSAGE= ${WRKSRC}/readme.txt -DIST_SUBDIR= ${PORTNAME} + +AP_FAST_BUILD= yes +AP_GENPLIST= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} -do-build: - cd ${WRKSRC} && ${APXS} -c ${MOD}.c - -do-install: - ${APXS} -i -a ${WRKSRC}/${MOD}.la - post-install: @${CAT} ${PKGMESSAGE} diff --git a/www/mod_log_firstbyte/pkg-plist b/www/mod_log_firstbyte/pkg-plist deleted file mode 100644 index fb691e0a0509..000000000000 --- a/www/mod_log_firstbyte/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F |