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-secure_login-plugin | |
parent | f1dff729a78ed759f3c6ca98a7377562b75d264c (diff) | |
download | ports-e1630922bd6f640a126bbc8c26a939c6d9c16b7d.tar.gz ports-e1630922bd6f640a126bbc8c26a939c6d9c16b7d.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-secure_login-plugin')
-rw-r--r-- | mail/squirrelmail-secure_login-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile index 7a48b87dd6c6..0fe6c0ac85c9 100644 --- a/mail/squirrelmail-secure_login-plugin/Makefile +++ b/mail/squirrelmail-secure_login-plugin/Makefile @@ -2,8 +2,8 @@ PORTNAME= secure_login PORTVERSION= 1.4 -PORTREVISION= 2 -CATEGORIES= mail www +PORTREVISION= 3 +CATEGORIES= mail www DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.8 MAINTAINER= ports@FreeBSD.org @@ -13,6 +13,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> |