aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2001-05-02 11:40:33 +0800
committernsayer <nsayer@FreeBSD.org>2001-05-02 11:40:33 +0800
commit058e8c13d2810c307b6d0fd4ba6db5f40e4b8852 (patch)
tree65d5c7f9d5f43210d091823af9aa249e5a786a8d
parent7e04f11cb71f1e81d6f9ccf3e78be6515871f3c6 (diff)
downloadfreebsd-ports-gnome-058e8c13d2810c307b6d0fd4ba6db5f40e4b8852.tar.gz
freebsd-ports-gnome-058e8c13d2810c307b6d0fd4ba6db5f40e4b8852.tar.zst
freebsd-ports-gnome-058e8c13d2810c307b6d0fd4ba6db5f40e4b8852.zip
There is no pine4-ssl slave port anymore. Get rid of the slave port
plumbing.
-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