diff options
author | pav <pav@FreeBSD.org> | 2004-06-03 03:37:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-03 03:37:29 +0800 |
commit | 6f7760794fa378836f4ee3f7a739c6b6ea008fe1 (patch) | |
tree | cc4c73baf9a8853cad44c1fc629f269c61b675f1 /mail/squirrelmail/Makefile | |
parent | 5d355dddd744fa0a030e7a4a01c03b646f0d654a (diff) | |
download | freebsd-ports-gnome-6f7760794fa378836f4ee3f7a739c6b6ea008fe1.tar.gz freebsd-ports-gnome-6f7760794fa378836f4ee3f7a739c6b6ea008fe1.tar.zst freebsd-ports-gnome-6f7760794fa378836f4ee3f7a739c6b6ea008fe1.zip |
- Update to 1.4.3
PR: ports/67486
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index bdd39fdc20e9..7d4454376224 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= squirrelmail -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES?= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squirrelmail @@ -37,7 +36,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \ .if !defined(MASTERDIR) MASTERDIR= ${.CURDIR} -.endif +.endif pre-everything:: @${ECHO_CMD} "SquirrelMail is installed into ${SQUIRRELDIR}" |