diff options
Diffstat (limited to 'mail/pine4/Makefile')
| -rw-r--r-- | mail/pine4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 14e696fc7dba..3fc402276c55 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -16,8 +16,6 @@ DISTNAME?= ${PORTNAME}${PORTVERSION} MAINTAINER?= pine@freebsd.ady.ro -FORBIDDEN= "Remotely exploitable buffer overflows." - Y2K= http://www.washington.edu/pine/QandA/sysadmins.html#Millenium MAN1= pine.1 pico.1 pilot.1 @@ -33,6 +31,11 @@ LDAP_PREFIX?= ${LOCALBASE} BUILD_DEPENDS+= ${LDAP_PREFIX}/lib/libldap.a:${PORTSDIR}/net/ldap .endif +pre-fetch: +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) + ${SH} pkg-install +.endif + post-patch: for i in ${WRKSRC}/doc/pine.1 \ ${WRKSRC}/pine/init.c \ |
