diff options
author | nork <nork@FreeBSD.org> | 2004-05-05 18:04:01 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-05-05 18:04:01 +0800 |
commit | ea571a3847d3cfcaae1d3c31ea387677fea7f8e4 (patch) | |
tree | 87516f1333f697ef788c4cf70a7048f2eff369d9 /www/wwwoffle | |
parent | e86d077f1146f335369e560227b05910558c48cb (diff) | |
download | freebsd-ports-gnome-ea571a3847d3cfcaae1d3c31ea387677fea7f8e4.tar.gz freebsd-ports-gnome-ea571a3847d3cfcaae1d3c31ea387677fea7f8e4.tar.zst freebsd-ports-gnome-ea571a3847d3cfcaae1d3c31ea387677fea7f8e4.zip |
Fix build error by rcNG-fy.
Pointy hat to: myself
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index f8bf46a01f33..1c68c31704ef 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -49,7 +49,7 @@ post-configure: post-build: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/smartd.sh > ${WRKDIR}/wwwoffled.sh + ${FILESDIR}/wwwoffled.sh > ${WRKDIR}/wwwoffled.sh post-install: @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config-2.5-2.6.pl ${WWWOFFLE_SPOOL} |