From 058e8c13d2810c307b6d0fd4ba6db5f40e4b8852 Mon Sep 17 00:00:00 2001 From: nsayer Date: Wed, 2 May 2001 03:40:33 +0000 Subject: There is no pine4-ssl slave port anymore. Get rid of the slave port plumbing. --- mail/pine4/Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'mail/pine4') diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 5948b00b8ea..15d3fa23718 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 -.else .include -.endif -- cgit