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-avelsieve-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-avelsieve-plugin')
-rw-r--r-- | mail/squirrelmail-avelsieve-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/squirrelmail-avelsieve-plugin/Makefile b/mail/squirrelmail-avelsieve-plugin/Makefile index 8b1c182aa9cf..9666b477fed2 100644 --- a/mail/squirrelmail-avelsieve-plugin/Makefile +++ b/mail/squirrelmail-avelsieve-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= avelsieve PORTVERSION= 1.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail www MAINTAINER= ports@FreeBSD.org |