diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 03:38:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 03:38:32 +0000 |
commit | 7969e1456489770c073cb3e37e33f3fcbecd91ac (patch) | |
tree | 95ba12b8616a5643ea0dcbe7fb776c6f78f5df87 /editors/xvile | |
parent | Why the heck was I calling the build target "pre-build"?!? (Changed (diff) |
Compress manpages.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 5 | ||||
-rw-r--r-- | editors/xvile/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 5f893b94db93..4b3a74d1c6fd 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Feb 21, 1995 # Whom: pgf # -# $Id: Makefile,v 1.3 1995/04/01 12:44:58 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/09 06:11:17 asami Exp $ # DISTNAME= vile-5.2 @@ -15,4 +15,7 @@ MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 +post-install: + gzip -9nf ${PREFIX}/man/man1/xvile.1 + .include <bsd.port.mk> diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist index 55d3672ddb2e..832860131d23 100644 --- a/editors/xvile/pkg-plist +++ b/editors/xvile/pkg-plist @@ -6,4 +6,4 @@ bin/vile-manfilt bin/vile-c-filt @mode 444 lib/vile.hlp -man/man1/xvile.1 +man/man1/xvile.1.gz |