aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index 5948b00b8eac..15d3fa237188 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -4,16 +4,13 @@
#
# $FreeBSD$
#
-# The changes to ?= on some of these lines is required for the
-# pine4-ssl port. Also, please mirror changes to the files/
-# directory to the pine4-ssl port.
-PORTNAME?= pine
-PORTVERSION?= 4.33
+PORTNAME= pine
+PORTVERSION= 4.33
PORTREVISION= 1
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
-DISTNAME?= ${PORTNAME}${PORTVERSION}
+DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER?= ports@freebsd.org
@@ -102,9 +99,4 @@ post-install:
${PREFIX}/bin/pine -P ${PREFIX}/etc/pine.conf -conf >${WRKSRC}/pine.conf
${INSTALL_DATA} ${WRKSRC}/pine.conf ${PREFIX}/etc/pine.conf
-# hack to allow slave ports to include bsd.port.pre.mk and then this file
-.if defined(PRE_MK_INCLUDED)
-.include <bsd.port.post.mk>
-.else
.include <bsd.port.mk>
-.endif