diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-28 15:16:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-28 15:16:49 +0000 |
commit | e1630922bd6f640a126bbc8c26a939c6d9c16b7d (patch) | |
tree | 1876a62bdee7c4ff50f3b47d8cc690c1fc6727f5 /mail/squirrelmail-unsafe_image_rules-plugin | |
parent | f1dff729a78ed759f3c6ca98a7377562b75d264c (diff) |
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-unsafe_image_rules-plugin')
-rw-r--r-- | mail/squirrelmail-unsafe_image_rules-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-unsafe_image_rules-plugin/Makefile b/mail/squirrelmail-unsafe_image_rules-plugin/Makefile index 864a1e9ca3d7..37915b174477 100644 --- a/mail/squirrelmail-unsafe_image_rules-plugin/Makefile +++ b/mail/squirrelmail-unsafe_image_rules-plugin/Makefile @@ -3,8 +3,8 @@ PORTNAME= unsafe_image_rules PORTVERSION= 0.8 -PORTREVISION= 2 -CATEGORIES= mail www +PORTREVISION= 3 +CATEGORIES= mail www DISTNAME= ${PORTNAME:S/-/_/}.${PORTVERSION}-1.4 MAINTAINER= itetcu@FreeBSD.org @@ -14,6 +14,5 @@ USE_SM_COMPAT= yes SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |