diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2000-01-15 01:51:13 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-01-15 01:51:13 +0000 |
commit | efc208b59dc2508cbb3295c8352dbec2bbdd5c4d (patch) | |
tree | 5f777b385a3ab3f4d36314fcb28f1b976e5d4433 /mail/pine4-ssl | |
parent | Upgrade to the 4.48 version. (diff) |
Due to the relaxation of the BXA regulations, it is no longer necessary
to hide the source behind a form, so the master sites have been
updated.
Notes
Notes:
svn path=/head/; revision=24754
Diffstat (limited to 'mail/pine4-ssl')
-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} ) |