diff options
author | avl <avl@FreeBSD.org> | 2009-10-14 20:24:03 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-10-14 20:24:03 +0800 |
commit | b280c0897d13d09bfe5917dee960188f496fc8ee (patch) | |
tree | 68b691e1389a2174e2885ffd8730383a586e70c5 | |
parent | bc38d72c45fff4e1b3cc5747f0622c38ff9f97d2 (diff) | |
download | freebsd-ports-gnome-b280c0897d13d09bfe5917dee960188f496fc8ee.tar.gz freebsd-ports-gnome-b280c0897d13d09bfe5917dee960188f496fc8ee.tar.zst freebsd-ports-gnome-b280c0897d13d09bfe5917dee960188f496fc8ee.zip |
- Fix wrong PKGNAME
PR: ports/139577
Submitted by: Jamie Landeg Jones <jamie at bishopston.net>
-rw-r--r-- | mail/heirloom-mailx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 9d0f471bee2e..604f2871c197 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -7,10 +7,10 @@ PORTNAME= mailx PORTVERSION= 12.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= ${MASTER_SITE_SUBDIR}- +PKGNAMEPREFIX= heirloom- MAINTAINER= avl@FreeBSD.org COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP and S/MIME extensions |