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-compatibility-plugin | |
| parent | f1dff729a78ed759f3c6ca98a7377562b75d264c (diff) | |
Notes
Diffstat (limited to 'mail/squirrelmail-compatibility-plugin')
| -rw-r--r-- | mail/squirrelmail-compatibility-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile index 44216716e656..52f44c0f52cc 100644 --- a/mail/squirrelmail-compatibility-plugin/Makefile +++ b/mail/squirrelmail-compatibility-plugin/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= compatibility -PORTVERSION=2.0.16 +PORTVERSION= 2.0.16 +PORTREVISION= 1 CATEGORIES= mail www DISTNAME= ${PORTNAME}-${PORTVERSION}-1.0 MAINTAINER= ports@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
