diff options
Diffstat (limited to 'mail/squirrelmail-pupdate-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-pupdate-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-pupdate-plugin/Makefile b/mail/squirrelmail-pupdate-plugin/Makefile index 5dbe812efa39..b6da44d3d57c 100644 --- a/mail/squirrelmail-pupdate-plugin/Makefile +++ b/mail/squirrelmail-pupdate-plugin/Makefile @@ -3,8 +3,8 @@ PORTNAME= pupdate PORTVERSION= 0.7 -PORTREVISION= 3 -CATEGORIES= mail www +PORTREVISION= 4 +CATEGORIES= mail www DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2 MAINTAINER= ports@FreeBSD.org @@ -14,6 +14,5 @@ LICENSE= GPLv2 USE_GENERIC_PKGMESSAGE= yes -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |