diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-10-03 02:31:30 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-10-03 02:31:30 +0800 |
commit | ef5f0b436326769ac80c889e00d363b79883b01d (patch) | |
tree | 66a5f42bd6689e19b8f6825fc6895f5d53e3c6c6 /mail | |
parent | 2c383d366ea7d66ec43137f23112b10bba5cc3a9 (diff) | |
download | freebsd-ports-gnome-ef5f0b436326769ac80c889e00d363b79883b01d.tar.gz freebsd-ports-gnome-ef5f0b436326769ac80c889e00d363b79883b01d.tar.zst freebsd-ports-gnome-ef5f0b436326769ac80c889e00d363b79883b01d.zip |
Stop looking at devel versions
Diffstat (limited to 'mail')
-rw-r--r-- | mail/vpopmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 56a0a3c19b23..66ce990203c9 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -5,8 +5,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.33 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \ - SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Easy virtual domain and authentication package for use with qmail |