diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /www/postnuke | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.zst freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip |
Tidy up whitespace.
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} |