summaryrefslogtreecommitdiff
path: root/www/mod_roaming/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-05 12:35:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-05 12:35:23 +0000
commit8751bc0197dcc99a4b449c80f782de8146acbc1c (patch)
treed026c7b904745166388afe6736364ed272c7b506 /www/mod_roaming/Makefile
parentFix name of xforms library (xforms.0 -> forms.0). (diff)
Bentofy. Show some instruction and point at the example file and the
documents instead of directly modifying httpd.conf by apxs -A.
Notes
Notes: svn path=/head/; revision=39088
Diffstat (limited to 'www/mod_roaming/Makefile')
-rw-r--r--www/mod_roaming/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/mod_roaming/Makefile b/www/mod_roaming/Makefile
index 7ebed6b2dcbb..98f44a0bc4fd 100644
--- a/www/mod_roaming/Makefile
+++ b/www/mod_roaming/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_roaming
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.klomp.org/mod_roaming/
@@ -24,13 +25,14 @@ do-build:
${APXS} -c mod_roaming.c
do-install:
- ${APXS} -i -A -n roaming ${WRKSRC}/mod_roaming.so
+ ${APXS} -i -n roaming ${WRKSRC}/mod_roaming.so
+ ${INSTALL_DATA} ${FILESDIR}/httpd.conf.${PORTNAME} ${PREFIX}/etc/apache/
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/mod_roaming
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_roaming/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/
.endfor
.endif
- ${CAT} ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>