aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-shared_calendars-plugin
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-28 15:16:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-28 15:16:49 +0000
commite1630922bd6f640a126bbc8c26a939c6d9c16b7d (patch)
tree1876a62bdee7c4ff50f3b47d8cc690c1fc6727f5 /mail/squirrelmail-shared_calendars-plugin
parentf1dff729a78ed759f3c6ca98a7377562b75d264c (diff)
downloadports-e1630922bd6f640a126bbc8c26a939c6d9c16b7d.tar.gz
ports-e1630922bd6f640a126bbc8c26a939c6d9c16b7d.zip
Move plugin installation into the plist, rather than post-install, so
that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this.
Notes
Notes: svn path=/head/; revision=366415
Diffstat (limited to 'mail/squirrelmail-shared_calendars-plugin')
-rw-r--r--mail/squirrelmail-shared_calendars-plugin/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/mail/squirrelmail-shared_calendars-plugin/Makefile b/mail/squirrelmail-shared_calendars-plugin/Makefile
index 7648bb66eec5..2640d231eaa1 100644
--- a/mail/squirrelmail-shared_calendars-plugin/Makefile
+++ b/mail/squirrelmail-shared_calendars-plugin/Makefile
@@ -1,14 +1,14 @@
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
-PORTNAME= shared_calendars
+PORTNAME= shared_calendars
PORTVERSION= 2.0.1
-PORTREVISION= 2
-CATEGORIES= mail www
-DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
+PORTREVISION= 3
+CATEGORIES= mail www
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
-MAINTAINER= ports@FreeBSD.org
-COMMENT= iCal-compliant calendaring for SquirrelMail
+MAINTAINER= ports@FreeBSD.org
+COMMENT= iCal-compliant calendaring for SquirrelMail
RUN_DEPENDS= ${SQUIRRELDIR}/plugins/calendar_file_backend:${PORTSDIR}/mail/squirrelmail-calendar_file_backend-plugin
@@ -16,6 +16,5 @@ USE_SM_COMPAT= yes
USE_GENERIC_PKGMESSAGE= yes
_SMSRCDIR= calendar
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>