diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /www/postnuke | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'www/postnuke')
-rw-r--r-- | www/postnuke/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/postnuke/Makefile b/www/postnuke/Makefile index c979e3c09b56..c7ee1f2ab287 100644 --- a/www/postnuke/Makefile +++ b/www/postnuke/Makefile @@ -16,16 +16,16 @@ DISTNAME= Rogue_714 MAINTAINER= ports@FreeBSD.org COMMENT= An automated website package to distribute and manage content -RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR USE_MYSQL= YES NO_BUILD= yes -WRKSRC= ${WRKDIR}/pn_714 +WRKSRC= ${WRKDIR}/pn_714 NO_WRKSUBDIR= yes DOCFILES= README-FIRST.txt THEME_UPGRADES.txt UPGRADE.txt pnAPI.pdf pnMDG.pdf PLIST_SUB= NUKEDIR=${NUKEDIR} -PKGMESSAGE= ${WRKDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message USE_REINPLACE= yes pre-fetch: @@ -35,7 +35,7 @@ pre-fetch: @${ECHO_MSG} "" .endif -NUKEDIR?= www/data/postnuke +NUKEDIR?= www/data/postnuke post-configure: ${CP} pkg-message ${PKGMESSAGE} |