diff options
| -rw-r--r-- | devel/websvn/Makefile | 6 | ||||
| -rw-r--r-- | devel/websvn/pkg-message | 3 | ||||
| -rw-r--r-- | devel/websvn/pkg-plist | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile index b5cf4e053b94..6629be71df59 100644 --- a/devel/websvn/Makefile +++ b/devel/websvn/Makefile @@ -14,7 +14,7 @@ DISTNAME= WebSVN_${PORTVERSION:S/.//} MAINTAINER= ychsiao@ychsiao.idv.tw COMMENT= Subversion repository web frontend -USE_PHP= yes +USE_PHP= pcre zlib NO_BUILD= yes WRKSRC= ${WRKDIR}/WebSVN @@ -26,6 +26,10 @@ do-install: ${MKDIR} ${PREFIX}/${WEBSVNDIR} ${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBSVNDIR} ${CHOWN} -R www:www ${PREFIX}/${WEBSVNDIR} + ${CP} ${PREFIX}/${WEBSVNDIR}/include/distconfig.inc ${PREFIX}/${WEBSVNDIR}/include/config.inc ${FIND} ${PREFIX}/${WEBSVNDIR} -type f | ${XARGS} ${CHMOD} 644 +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/devel/websvn/pkg-message b/devel/websvn/pkg-message new file mode 100644 index 000000000000..04732b3b704c --- /dev/null +++ b/devel/websvn/pkg-message @@ -0,0 +1,3 @@ +To make websvn workable, please +Edit ${PREFIX}/${WEBSVNDIR}/include/config.inc manually. + diff --git a/devel/websvn/pkg-plist b/devel/websvn/pkg-plist index 67e521383ebb..02e0c58fff45 100644 --- a/devel/websvn/pkg-plist +++ b/devel/websvn/pkg-plist @@ -9,6 +9,7 @@ www/data/WebSVN/form.php www/data/WebSVN/include/bugtraq.inc www/data/WebSVN/include/command.inc www/data/WebSVN/include/configclass.inc +www/data/WebSVN/include/config.inc www/data/WebSVN/include/distconfig.inc www/data/WebSVN/include/feedcreator.class.php www/data/WebSVN/include/setup.inc |
