diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-19 15:31:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-19 15:31:11 +0800 |
commit | 0cbb4df10cf37d11f65374b48e5766adf5c35ecc (patch) | |
tree | 6d1384da141065169f42bde93a5096965faa8f70 /mail | |
parent | c2cbca190ab4ff1b3c3a4c3b2eb4103b5f79b2a4 (diff) | |
download | freebsd-ports-gnome-0cbb4df10cf37d11f65374b48e5766adf5c35ecc.tar.gz freebsd-ports-gnome-0cbb4df10cf37d11f65374b48e5766adf5c35ecc.tar.zst freebsd-ports-gnome-0cbb4df10cf37d11f65374b48e5766adf5c35ecc.zip |
Rename the port popper to match the directory it is in and fix collision with mail/qpopper
Discussed with: Doug Hardie <bc979@lafn.org> (maintainer of mail/qpopper)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 2f5113354046..3fbbb0952cd1 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -1,12 +1,12 @@ # Created by: pst # $FreeBSD$ -PORTNAME= qpopper +PORTNAME= popper PORTVERSION= 2.53 PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/ -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= q${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= m.tsatsenko@gmail.com |