diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-11 06:46:17 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-11 06:46:17 +0800 |
commit | ce7557fd35fcda9abd9e263e69241154a7b0aade (patch) | |
tree | 9d1d366c4a9786f97fbf8d15f9ec77e7de6c19aa /www/mod_tsunami | |
parent | 8de58d860ff38202a64563a5ce85a307915369bd (diff) | |
download | freebsd-ports-gnome-ce7557fd35fcda9abd9e263e69241154a7b0aade.tar.gz freebsd-ports-gnome-ce7557fd35fcda9abd9e263e69241154a7b0aade.tar.zst freebsd-ports-gnome-ce7557fd35fcda9abd9e263e69241154a7b0aade.zip |
- Fix previous commit when NOPORT* are NOT defined
- restored pkg-plist and removed AP_GENPLIST
Reported by: pav via pointyhat
Diffstat (limited to 'www/mod_tsunami')
-rw-r--r-- | www/mod_tsunami/Makefile | 5 | ||||
-rw-r--r-- | www/mod_tsunami/pkg-plist | 11 |
2 files changed, 13 insertions, 3 deletions
diff --git a/www/mod_tsunami/Makefile b/www/mod_tsunami/Makefile index 8c8312f25692..e7b2e2d28add 100644 --- a/www/mod_tsunami/Makefile +++ b/www/mod_tsunami/Makefile @@ -15,14 +15,13 @@ COMMENT= Apache module which dynamically limits a site's slot usage USE_APACHE= 1.3 AP_FAST_BUILD= yes -AP_GENPLIST= yes -PORTDOCS= AUTHORS Changelog docs +DOCS= AUTHORS Changelog post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/ -.for f in ${PORTDOCS} +.for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}/ diff --git a/www/mod_tsunami/pkg-plist b/www/mod_tsunami/pkg-plist new file mode 100644 index 000000000000..427505e618ce --- /dev/null +++ b/www/mod_tsunami/pkg-plist @@ -0,0 +1,11 @@ +libexec/apache/mod_tsunami.so +@exec %D/sbin/apxs -e -A -n tsunami %D/%F +@unexec %D/sbin/apxs -e -A -n tsunami %D/%F +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/Changelog +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/index.gif +%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/home.gif +%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/sub.gif +%%PORTDOCS%%@dirrm %%DOCSDIR%%/mod_tsunami_files +%%PORTDOCS%%@dirrm %%DOCSDIR%% |