aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-login_notes-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-login_notes-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-login_notes-plugin')
-rw-r--r--mail/squirrelmail-login_notes-plugin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-login_notes-plugin/Makefile b/mail/squirrelmail-login_notes-plugin/Makefile
index 74bbda25e19f..be0407aad4bf 100644
--- a/mail/squirrelmail-login_notes-plugin/Makefile
+++ b/mail/squirrelmail-login_notes-plugin/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= login_notes
-PORTVERSION=1.2
-PORTREVISION= 1
+PORTVERSION= 1.2
+PORTREVISION= 2
CATEGORIES= mail www
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
@@ -15,6 +15,5 @@ LICENSE= GPLv2
USE_SM_COMPAT= yes
USE_GENERIC_PKGMESSAGE= yes
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>