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-quota_usage-plugin | |
parent | f1dff729a78ed759f3c6ca98a7377562b75d264c (diff) | |
download | ports-e1630922bd6f640a126bbc8c26a939c6d9c16b7d.tar.gz ports-e1630922bd6f640a126bbc8c26a939c6d9c16b7d.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-quota_usage-plugin')
-rw-r--r-- | mail/squirrelmail-quota_usage-plugin/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/mail/squirrelmail-quota_usage-plugin/Makefile b/mail/squirrelmail-quota_usage-plugin/Makefile index 1acbf0f8aacc..e540a0b9fac5 100644 --- a/mail/squirrelmail-quota_usage-plugin/Makefile +++ b/mail/squirrelmail-quota_usage-plugin/Makefile @@ -1,18 +1,17 @@ # Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -PORTNAME= quota_usage +PORTNAME= quota_usage PORTVERSION= 1.3.1 -PORTREVISION= 2 -CATEGORIES= mail www -DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7 +PORTREVISION= 3 +CATEGORIES= mail www +DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7 -MAINTAINER= ports@FreeBSD.org -COMMENT= View quota and current usage +MAINTAINER= ports@FreeBSD.org +COMMENT= View quota and current usage USE_SM_COMPAT= yes USE_GENERIC_PKGMESSAGE= yes -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |