diff options
author | hubertf <hubertf> | 2002-01-02 00:46:55 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-01-02 00:46:55 +0000 |
commit | 99e2bf9bf31b5bcc77ec08d75ac36decc7492872 (patch) | |
tree | ef0d55dae4717f3dabb9ccd05c99d5cb04689890 /mail | |
parent | 863d190d92161b3ac6d97c59244c5e25b6243321 (diff) | |
download | pkgsrc-99e2bf9bf31b5bcc77ec08d75ac36decc7492872.tar.gz |
Update to 4.43nb1: install rpdump and rpload utilities, useful for remote
config/address book management.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index d938136fbd1..4b2347978bd 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.55 2001/12/15 08:31:38 martti Exp $ +# $NetBSD: Makefile,v 1.56 2002/01/02 00:46:55 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # DISTNAME= pine4.43 PKGNAME= pine-4.43 +PKGREVISION= 1 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ @@ -49,7 +50,9 @@ do-build: CC="${CC} ${CFLAGS}" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pine/pine ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/rpdump ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/rpload ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${FILESDIR}/pgpencrypt ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${FILESDIR}/pgpdecode ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${FILESDIR}/pgpsign ${PREFIX}/bin/ |