diff options
author | ache <ache@FreeBSD.org> | 1998-10-06 23:15:29 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-10-06 23:15:29 +0800 |
commit | fc4e9d27ec9730377526acc96c32b40441b3cd86 (patch) | |
tree | 9f6b70ced98ed61e0b8615f450981e28f486d613 /mail/premail/Makefile | |
parent | fc3962c79f09c481500a647fd09503de41575ce0 (diff) | |
download | freebsd-ports-gnome-fc4e9d27ec9730377526acc96c32b40441b3cd86.tar.gz freebsd-ports-gnome-fc4e9d27ec9730377526acc96c32b40441b3cd86.tar.zst freebsd-ports-gnome-fc4e9d27ec9730377526acc96c32b40441b3cd86.zip |
upgrade to 0.46
Diffstat (limited to 'mail/premail/Makefile')
-rw-r--r-- | mail/premail/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index da334875b381..83f805ea87b8 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: premail -# Version required: 0.45 +# Version required: 0.46 # Premail homepage is http://www.c2.net/~raph/premail.html # # Date created: 31 Jan 1997 # Whom: ache # -# $Id: Makefile,v 1.8 1998/04/07 17:33:28 ache Exp $ +# $Id: Makefile,v 1.9 1998/10/02 06:31:03 ache Exp $ # -DISTNAME= premail-0.45 +DISTNAME= premail-0.46 CATEGORIES= security mail -MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/remailer/premail/ +MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \ + ftp://ftp.kiarchive.ru/unix/crypto/ +WRKSRC= ${WRKDIR}/premail BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp @@ -29,7 +31,7 @@ do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin install -d -m 555 ${PREFIX}/share/doc/premail cd ${WRKSRC} && ${INSTALL_DATA} \ - preferences doc-0.45.html doc-0.45.txt ${PREFIX}/share/doc/premail + preferences doc-0.46.html doc-0.46.txt ${PREFIX}/share/doc/premail @echo @echo "Check ${PREFIX}/share/doc/premail for further instructions" @echo |