aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-websearch-plugin
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-08-28 23:16:49 +0800
committeradamw <adamw@FreeBSD.org>2014-08-28 23:16:49 +0800
commit4e330bd83351afdde8e787d1e49cda4175e5de33 (patch)
tree1876a62bdee7c4ff50f3b47d8cc690c1fc6727f5 /mail/squirrelmail-websearch-plugin
parent9d0ca413caeb30b8d70ef1b062af46c086652cfe (diff)
downloadfreebsd-ports-gnome-4e330bd83351afdde8e787d1e49cda4175e5de33.tar.gz
freebsd-ports-gnome-4e330bd83351afdde8e787d1e49cda4175e5de33.tar.zst
freebsd-ports-gnome-4e330bd83351afdde8e787d1e49cda4175e5de33.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.
Diffstat (limited to 'mail/squirrelmail-websearch-plugin')
-rw-r--r--mail/squirrelmail-websearch-plugin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-websearch-plugin/Makefile b/mail/squirrelmail-websearch-plugin/Makefile
index ca4558f3c13e..01705b8aaafc 100644
--- a/mail/squirrelmail-websearch-plugin/Makefile
+++ b/mail/squirrelmail-websearch-plugin/Makefile
@@ -3,8 +3,8 @@
PORTNAME= web_search
PORTVERSION= 0.1.6
-PORTREVISION= 3
-CATEGORIES= mail www
+PORTREVISION= 4
+CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for Websearch
@@ -19,6 +19,5 @@ SQUIRREL_PLUGIN_CONFIG= ${SQUIRREL_PLUGIN_NAME}.conf.php
post-patch:
@${MV} ${WRKSRC}/${_SMSRCDIR}/${SQUIRREL_PLUGIN_CONFIG}.dist ${WRKSRC}/${_SMSRCDIR}/${SQUIRREL_PLUGIN_CONFIG}.sample
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>