aboutsummaryrefslogtreecommitdiff
path: root/www/ojs2/Makefile
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-03-28 21:02:50 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-03-28 21:02:50 +0000
commit159d3dfd2d9e445a8a013d6bc56d0777ff26955a (patch)
treeca985a71f1aa23d4dc4945bb4ee6543d11fe17ea /www/ojs2/Makefile
parent9111cc3f260405fdcd8dd84775d2e43618e7d762 (diff)
downloadports-159d3dfd2d9e445a8a013d6bc56d0777ff26955a.tar.gz
ports-159d3dfd2d9e445a8a013d6bc56d0777ff26955a.zip
Notes
Diffstat (limited to 'www/ojs2/Makefile')
-rw-r--r--www/ojs2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ojs2/Makefile b/www/ojs2/Makefile
index 5e76df53890b..9611308e6968 100644
--- a/www/ojs2/Makefile
+++ b/www/ojs2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ojs2
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://pkp.sfu.ca/ojs/download/ \
http://socpvs.org/pkp/ \
@@ -72,6 +73,7 @@ DOCS= docs
.endif
PLIST_SUB+= ECHO_MSG=${ECHO_MSG}
+SUB_FILES= pkg-deinstall
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${NONDOCS}" ${WWWDIR}
@@ -97,7 +99,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-post-deinstall:
- @${RM} -rf ${WWWDIR}/cache
-
.include <bsd.port.post.mk>