aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-login_auth-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_auth-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_auth-plugin')
-rw-r--r--mail/squirrelmail-login_auth-plugin/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/mail/squirrelmail-login_auth-plugin/Makefile b/mail/squirrelmail-login_auth-plugin/Makefile
index 6319feafadf2..83dcf6b23f1b 100644
--- a/mail/squirrelmail-login_auth-plugin/Makefile
+++ b/mail/squirrelmail-login_auth-plugin/Makefile
@@ -1,19 +1,18 @@
# Created by: Stefan Bethke <stb@lassitu.de>
# $FreeBSD$
-PORTNAME= login_auth
-PORTVERSION= 3.0
-PORTREVISION= 1
-CATEGORIES= mail www
-MASTER_SITES= http://www.squirrelmail.org/plugins/ \
- http://www.transit.hanse.de/mirror/www.squirrelmail.org/plugins/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
+PORTNAME= login_auth
+PORTVERSION= 3.0
+PORTREVISION= 2
+CATEGORIES= mail www
+MASTER_SITES= http://www.squirrelmail.org/plugins/ \
+ http://www.transit.hanse.de/mirror/www.squirrelmail.org/plugins/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
-MAINTAINER= stb@lassitu.de
-COMMENT= Automatically log in user based on HTTP authentication
+MAINTAINER= stb@lassitu.de
+COMMENT= Automatically log in user based on HTTP authentication
SQUIRREL_PLUGIN_NAME= ${PORTNAME}
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>