1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Submitted by: Tom Samplonius <tom@misery.sdf.com>

Makefile.diff - patch to Makefile; gzip additional manpages during
	postinstall
file.Makefile.diff - patch to files/Makefile; add install
	for new manpages
PLIST.diff - include new manpages in package
This commit is contained in:
Satoshi Asami 1995-08-14 11:52:41 +00:00
parent 7399ab5ffb
commit 6a9f09ec3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2062
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 03 September 1994
# Whom: mr
#
# $Id: Makefile,v 1.9 1995/04/23 12:47:15 asami Exp $
# $Id: Makefile,v 1.10 1995/05/18 08:55:37 asami Exp $
#
DISTNAME= pine3.91
@ -15,5 +15,7 @@ EXTRACT_SUFX= .tar.Z
post-install:
gzip -9nf ${PREFIX}/man/man1/pine.1
gzip -9nf ${PREFIX}/man/man1/pico.1
gzip -9nf ${PREFIX}/man/man8/imapd.8c
gzip -9nf ${PREFIX}/man/man8/ipopd.8c
.include <bsd.port.mk>

View File

@ -6,4 +6,5 @@ bin/pico
bin/pine
man/man1/pico.1.gz
man/man1/pine.1.gz
man/man8/imapd.8c.gz
man/man8/ipopd.8c.gz