diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-18 15:22:47 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-18 15:22:47 +0800 |
commit | f752aa70d8253a8b9fef6a972e0ca48d8cd4e25b (patch) | |
tree | 7a4d1389c7df2a168732832f129c0a64468843f2 | |
parent | 9e8714cf61a2bb6bbbd7e98bf764f6a7ba7fc155 (diff) | |
download | freebsd-ports-gnome-f752aa70d8253a8b9fef6a972e0ca48d8cd4e25b.tar.gz freebsd-ports-gnome-f752aa70d8253a8b9fef6a972e0ca48d8cd4e25b.tar.zst freebsd-ports-gnome-f752aa70d8253a8b9fef6a972e0ca48d8cd4e25b.zip |
- Really unbreak it
PR: ports/103339
Submitted by: Neil Darlow <neil at darlow.co.uk>
Approved by: Matt Emmerton <matt at gsicomp.on.ca> (maintainer, implicit)
-rw-r--r-- | mail/squirrelmail-vlogin-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile index 956e90e22b5a..9477e64e1fb7 100644 --- a/mail/squirrelmail-vlogin-plugin/Makefile +++ b/mail/squirrelmail-vlogin-plugin/Makefile @@ -6,6 +6,7 @@ PORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin PORTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.2.7 @@ -16,8 +17,6 @@ COMMENT= Adds multi-site-hosting capabilities to SquirrelMail RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail -BROKEN= Incomplete pkg-plist - SQUIRREL_PLUGIN_NAME= vlogin .ifdef SQUIRRELDIR |