aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-qmailadmin_login-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-qmailadmin_login-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-qmailadmin_login-plugin')
-rw-r--r--mail/squirrelmail-qmailadmin_login-plugin/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/squirrelmail-qmailadmin_login-plugin/Makefile b/mail/squirrelmail-qmailadmin_login-plugin/Makefile
index f76e1fe48622..b5c7f0b148eb 100644
--- a/mail/squirrelmail-qmailadmin_login-plugin/Makefile
+++ b/mail/squirrelmail-qmailadmin_login-plugin/Makefile
@@ -1,11 +1,11 @@
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
-PORTNAME= qmailadmin_login
+PORTNAME= qmailadmin_login
PORTVERSION= 1.1
-PORTREVISION= 3
-CATEGORIES= mail www
-DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.3
+PORTREVISION= 4
+CATEGORIES= mail www
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.3
MAINTAINER= ports@FreeBSD.org
COMMENT= Using the QmailAdmin cgi interface from SquirrelMail
@@ -14,6 +14,5 @@ RUN_DEPENDS= ${PREFIX}/www/cgi-bin.default/qmailadmin/qmailadmin:${PORTSDIR}/mai
USE_GENERIC_PKGMESSAGE= yes
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>