diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-28 23:16:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-28 23:16:49 +0800 |
commit | 4e330bd83351afdde8e787d1e49cda4175e5de33 (patch) | |
tree | 1876a62bdee7c4ff50f3b47d8cc690c1fc6727f5 /mail/squirrelmail-askuserinfo-plugin | |
parent | 9d0ca413caeb30b8d70ef1b062af46c086652cfe (diff) | |
download | freebsd-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-askuserinfo-plugin')
-rw-r--r-- | mail/squirrelmail-askuserinfo-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-askuserinfo-plugin/Makefile b/mail/squirrelmail-askuserinfo-plugin/Makefile index ebbdde06677a..1f2d25c55f37 100644 --- a/mail/squirrelmail-askuserinfo-plugin/Makefile +++ b/mail/squirrelmail-askuserinfo-plugin/Makefile @@ -2,13 +2,12 @@ PORTNAME= askuserinfo PORTVERSION= 1.1 -PORTREVISION= 1 -CATEGORIES= mail www +PORTREVISION= 2 +CATEGORIES= mail www DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0 MAINTAINER= ports@FreeBSD.org COMMENT= Ask user to enter Full name and Email address at initial logon -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |