aboutsummaryrefslogtreecommitdiffstats
path: root/www/serendipity
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-12 10:50:22 +0800
committermiwi <miwi@FreeBSD.org>2014-03-12 10:50:22 +0800
commita5ae8427e4de60f246a5e4e49d6d173af0490d30 (patch)
tree701fb8694627ff432d201f272e53f643ea6b9be3 /www/serendipity
parent87fd8cb84d01d3b50366c51d6236637438061a8a (diff)
downloadfreebsd-ports-gnome-a5ae8427e4de60f246a5e4e49d6d173af0490d30.tar.gz
freebsd-ports-gnome-a5ae8427e4de60f246a5e4e49d6d173af0490d30.tar.zst
freebsd-ports-gnome-a5ae8427e4de60f246a5e4e49d6d173af0490d30.zip
- Stage support
Diffstat (limited to 'www/serendipity')
-rw-r--r--www/serendipity/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/serendipity/Makefile b/www/serendipity/Makefile
index cde980b8e9d2..65ebc29263b3 100644
--- a/www/serendipity/Makefile
+++ b/www/serendipity/Makefile
@@ -23,7 +23,6 @@ USE_BZIP2= YES
OPTIONS_DEFINE= MYSQL PGSQL SQLITE MAGICK
OPTIONS_DEFAULT= MYSQL MAGICK
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
@@ -43,12 +42,9 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
do-install:
- @-${MKDIR} ${PREFIX}/${SERENDIPITY}
- @${CHMOD} 755 ${PREFIX}/${SERENDIPITY}
- @(cd ${WRKSRC} && ${CP} -R * ${PREFIX}/${SERENDIPITY}/ )
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${SERENDIPITY}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @-${MKDIR} ${STAGEDIR}${PREFIX}/${SERENDIPITY}
+ @${CHMOD} 755 ${STAGEDIR}${PREFIX}/${SERENDIPITY}
+ @(cd ${WRKSRC} && ${CP} -R * ${STAGEDIR}${PREFIX}/${SERENDIPITY}/ )
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${SERENDIPITY}
.include <bsd.port.mk>