diff options
-rw-r--r-- | mail/pine4-ssl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index 0afbaaa16e89..458ec9ccd140 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -18,6 +18,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ CATEGORIES= mail news +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ + http://www.kfu.com/~nsayer/encryption/noexport/ + MAINTAINER= nsayer@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/librsaref.a:${PORTSDIR}/security/rsaref @@ -36,10 +39,6 @@ FILESDIR= ${.CURDIR}/files .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='Please fill out the form at http://www.kfu.com/~nsayer/encryption/pine.html and place the sources at ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} then run make again' -.endif - post-extract: ( cd ${WRKSRC} ; tar xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ) |