diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-30 12:30:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-30 12:30:41 +0000 |
commit | 0a5e44aa586cc7e9c6297a5cc4eb64fb011d7303 (patch) | |
tree | f0af86997e5c0c9e0a31463d35992a31a252faae /chinese/pine4/Makefile | |
parent | Upgrade to 2.1b1. (diff) |
Upgrade to 4.02,
Submitted by: maintainer
Diffstat (limited to 'chinese/pine4/Makefile')
-rw-r--r-- | chinese/pine4/Makefile | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/chinese/pine4/Makefile b/chinese/pine4/Makefile index 1792895ae3aa..179bcf5d5d1e 100644 --- a/chinese/pine4/Makefile +++ b/chinese/pine4/Makefile @@ -3,17 +3,18 @@ # Date created: 19 Nov1997 # Whom: Wu Ching-hong <woju@FreeBSD.ee.Ntu.edu.TW> # -# $Id: Makefile,v 1.3 1998/07/21 14:11:30 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/07/21 15:27:41 asami Exp $ # -DISTNAME= pine4.00 -PKGNAME= zh-pine-4.00 +DISTNAME= pine4.02 +PKGNAME= zh-pine-4.02 CATEGORIES= chinese mail news -MASTER_SITES= ftp://ftp.cac.washington.edu/pine/old/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= avatar@www.mmlab.cse.yzu.edu.tw +NO_LATEST_LINK= yes + MAN1= pine.1 pico.1 pilot.1 do-build: @@ -28,17 +29,21 @@ do-install: ${INSTALL_SCRIPT} ${FILESDIR}/pgpencrypt ${PREFIX}/bin/pgpencrypt ${INSTALL_SCRIPT} ${FILESDIR}/pgpdecode ${PREFIX}/bin/pgpdecode ${INSTALL_SCRIPT} ${FILESDIR}/pgpsign ${PREFIX}/bin/pgpsign - ${INSTALL_DATA} ${FILESDIR}/dot.pinerc.pgp.sample \ - ${PREFIX}/etc/dot.pinerc.pgp.sample ${INSTALL_DATA} ${FILESDIR}/dot.pinerc.sample \ ${PREFIX}/etc/dot.pinerc.sample + ${INSTALL_DATA} ${FILESDIR}/dot.pinerc.pgp.sample \ + ${PREFIX}/etc/dot.pinerc.pgp.sample ${INSTALL_DATA} ${FILESDIR}/pine.conf ${PREFIX}/etc/pine.conf ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1 ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/pilot.1 ${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1/pine.1 .if !defined(NOPORTDOCS) - ${INSTALL_DATA} -d ${PREFIX}/share/doc/pine + ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \ + ${PREFIX}/share/doc/pine/tech-notes + ${INSTALL_DATA} ${WRKSRC}/doc/brochure.txt ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine + ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes/*.html \ + ${PREFIX}/share/doc/pine/tech-notes/ .endif post-install: |