diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 11:29:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 11:29:30 +0000 |
commit | b098c2ddf2892a3342c0b15bd420fc3c61ab791d (patch) | |
tree | 0d71ecc9df971843a1bbd9ff39aae1d5531efa25 /lang/forth | |
parent | b901ee38c863f18667592741fec5af8333447d5b (diff) | |
download | ports-b098c2ddf2892a3342c0b15bd420fc3c61ab791d.tar.gz ports-b098c2ddf2892a3342c0b15bd420fc3c61ab791d.zip |
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Notes
Notes:
svn path=/head/; revision=1522
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 4 | ||||
-rw-r--r-- | lang/forth/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index b6dc7f8c34ce..c7ed24a700b1 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -3,7 +3,7 @@ # Date created: 23 November 1994 # Whom: mr # -# $Id: Makefile,v 1.4 1995/04/15 05:44:33 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/22 12:12:26 jkh Exp $ # #This is pfe Version 0.9.9 @@ -15,8 +15,8 @@ CATEGORIES+= languages MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ pre-install: - @mkdir -p ${PREFIX}/man/man1 @cp ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1 + @gzip -9nf ${PREFIX}/man/man1/pfe.1 .include <bsd.port.mk> diff --git a/lang/forth/pkg-plist b/lang/forth/pkg-plist index 622910e6395f..c7f8a9dbcf29 100644 --- a/lang/forth/pkg-plist +++ b/lang/forth/pkg-plist @@ -6,7 +6,7 @@ bin/pfe lib/pfe/help/showhelp lib/pfe/help/helpidx @mode 644 -man/man1/pfe.1 +man/man1/pfe.1.gz lib/pfe/help/floating.hlp lib/pfe/help/forth-83.hlp lib/pfe/help/index |