diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-12 06:55:01 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-12 06:55:01 +0000 |
commit | b2b2ccbcfde32da6414967f1454bce19f3a82834 (patch) | |
tree | 9baa58ad08e112e466bf1a75a3269e54209b17bd | |
parent | Update to 1.1.7. (diff) |
From submitter:
- websvn need 2 missed dependency , and cp distconfig.inc config.inc.
Changes:
- add pkg-message
- modify USE_PHP (from "yes" to "pcre zlib")
- new file in pkg-plist
PR: ports/71448
Submitted by: June-Yen Huang <jihuang AT gate.sinica.edu.tw>
Approved by: maintainer, mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=118821
-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 |