diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 19:29:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 19:29:30 +0800 |
commit | 9ef450fc7b44d6e9a00b446fd8c07fe860bd600a (patch) | |
tree | be1637958f457f58e83887fc640e5942bb9924b6 /lang/forth | |
parent | 6e8a05ce6c83a3b5a574b336cc2de97708769fad (diff) | |
download | freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.tar.gz freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.tar.zst freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.zip |
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
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 |