diff options
author | roam <roam@FreeBSD.org> | 2009-12-16 16:57:34 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-12-16 16:57:34 +0800 |
commit | 4e936370d62c65b078d4a9d45736022b2a5a6382 (patch) | |
tree | 7a2b2bd887c5761ee94d4a7b4acbf0be183570f8 /mail | |
parent | b3c7cac97c0813666a99f17fc872ef68f682dcd0 (diff) | |
download | freebsd-ports-gnome-4e936370d62c65b078d4a9d45736022b2a5a6382.tar.gz freebsd-ports-gnome-4e936370d62c65b078d4a9d45736022b2a5a6382.tar.zst freebsd-ports-gnome-4e936370d62c65b078d4a9d45736022b2a5a6382.zip |
Restore PORTEPOCH accidentally removed in rev. 1.36 - it seems
I thought it was PORTREVISION. Oops.
Reported by: garga
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmailadmin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index bd88e5e2111e..8b7b477f7ddc 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -7,6 +7,7 @@ PORTNAME= qmailadmin PORTVERSION= 1.2.13 +PORTEPOCH= 2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} |