diff options
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index aba4b172cf19..0181275fa1d1 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -6,8 +6,8 @@ # PORTNAME= squirrelmail -PORTVERSION= 1.4.3a -PORTREVISION= 1 +PORTVERSION?= 1.4.3a +PORTREVISION?= 1 CATEGORIES?= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squirrelmail |