diff options
author | adamw <adamw@FreeBSD.org> | 2013-12-12 09:32:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-12-12 09:32:34 +0800 |
commit | 4c2d66f2ba2faa4934eb362c0e9f46cb389109f6 (patch) | |
tree | bbbdbc02beb5c0022b27f21e39c10c22d0084d7b /mail/squirrelmail-email_footer-plugin | |
parent | 693872b9904e3fb8700e447a2c45d3bfb2115e82 (diff) | |
download | freebsd-ports-gnome-4c2d66f2ba2faa4934eb362c0e9f46cb389109f6.tar.gz freebsd-ports-gnome-4c2d66f2ba2faa4934eb362c0e9f46cb389109f6.tar.zst freebsd-ports-gnome-4c2d66f2ba2faa4934eb362c0e9f46cb389109f6.zip |
It turns out that letting bsd.squirrelmail.mk define CATEGORIES
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops.
So, I've added CATEGORIES back to all the plugins, and bumped
PORTREVISION so that packages with correct origins can be
created.
Thanks to: Stefan Bethke <stb@lassitu.de>
Diffstat (limited to 'mail/squirrelmail-email_footer-plugin')
-rw-r--r-- | mail/squirrelmail-email_footer-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/squirrelmail-email_footer-plugin/Makefile b/mail/squirrelmail-email_footer-plugin/Makefile index 514fc3c91c1f..355daae65111 100644 --- a/mail/squirrelmail-email_footer-plugin/Makefile +++ b/mail/squirrelmail-email_footer-plugin/Makefile @@ -3,6 +3,8 @@ PORTNAME= email_footer PORTVERSION=0.6 +PORTREVISION= 1 +CATEGORIES= mail www DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.2 MAINTAINER= ports@FreeBSD.org |