diff options
author | asami <asami@FreeBSD.org> | 1998-07-30 00:44:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-30 00:44:03 +0800 |
commit | d8ef66d5cb1f71d42777294f201f92aa8883c194 (patch) | |
tree | 3549690b4f4199580820c7d48fd9dec5a223cf24 /mail | |
parent | 2cbabc51f8c57362ed3a9a36f8a4a4f383199670 (diff) | |
download | freebsd-ports-gnome-d8ef66d5cb1f71d42777294f201f92aa8883c194.tar.gz freebsd-ports-gnome-d8ef66d5cb1f71d42777294f201f92aa8883c194.tar.zst freebsd-ports-gnome-d8ef66d5cb1f71d42777294f201f92aa8883c194.zip |
Upgrade to 4.02.
PR: 7373
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/Makefile | 14 | ||||
-rw-r--r-- | mail/pine4/distinfo | 2 | ||||
-rw-r--r-- | mail/pine4/pkg-plist | 12 |
3 files changed, 22 insertions, 6 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 73a7fc4684d1..f8cb608810fc 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: pine # http://www.washington.edu/pine/ -# Version required: 4.01 +# Version required: 4.02 # Date created: 09 July 1998 # Whom: Adrian Penisoara <ady@freebsd.ady.ro> # -# $Id: Makefile,v 1.23 1998/07/18 05:48:37 ache Exp $ +# $Id: Makefile,v 1.24 1998/07/21 13:45:58 asami Exp $ # -DISTNAME= pine4.01 -PKGNAME= pine-4.01 +DISTNAME= pine4.02 +PKGNAME= pine-4.02 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ @@ -36,8 +36,12 @@ do-install: ${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} -d -o ${SHAREOWN} -g ${SHAREGRP} ${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: diff --git a/mail/pine4/distinfo b/mail/pine4/distinfo index 3ed7fb6b81a1..9ddf8a40e7d0 100644 --- a/mail/pine4/distinfo +++ b/mail/pine4/distinfo @@ -1 +1 @@ -MD5 (pine4.01.tar.gz) = e606a0b23ba7713c9480fb884032556b +MD5 (pine4.02.tar.gz) = 688979b5649473169bdbf22ea1c82fe7 diff --git a/mail/pine4/pkg-plist b/mail/pine4/pkg-plist index e5c96df04de4..b0140cdedc24 100644 --- a/mail/pine4/pkg-plist +++ b/mail/pine4/pkg-plist @@ -11,4 +11,16 @@ etc/dot.pinerc.pgp.sample man/man1/pico.1.gz man/man1/pilot.1.gz man/man1/pine.1.gz +share/doc/pine/brochure.txt share/doc/pine/tech-notes.txt +share/doc/pine/tech-notes/background.html +share/doc/pine/tech-notes/cmd-line.html +share/doc/pine/tech-notes/config-notes.html +share/doc/pine/tech-notes/config.html +share/doc/pine/tech-notes/index.html +share/doc/pine/tech-notes/installation.html +share/doc/pine/tech-notes/introduction.html +share/doc/pine/tech-notes/low-level.html +share/doc/pine/tech-notes/porting.html +@dirrm share/doc/pine/tech-notes +@dirrm share/doc/pine |