aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vile/Makefile5
-rw-r--r--editors/vile/pkg-plist2
-rw-r--r--editors/xvile/Makefile5
-rw-r--r--editors/xvile/pkg-plist2
4 files changed, 10 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 6911b4687783..30439960bbfe 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Feb 23, 1995
# Whom: pgf
#
-# $Id: Makefile,v 1.3 1995/04/01 12:44:52 jkh Exp $
+# $Id: Makefile,v 1.4 1995/04/09 06:11:14 asami Exp $
#
DISTNAME= vile-5.2
@@ -13,4 +13,7 @@ MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
MAKEFILE= makefile
GNU_CONFIGURE= yes
+post-install:
+ gzip -9nf ${PREFIX}/man/man1/vile.1
+
.include <bsd.port.mk>
diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist
index 4de60e9bd4ca..ae411287ba13 100644
--- a/editors/vile/pkg-plist
+++ b/editors/vile/pkg-plist
@@ -6,4 +6,4 @@ bin/vile-manfilt
bin/vile-c-filt
@mode 444
lib/vile.hlp
-man/man1/vile.1
+man/man1/vile.1.gz
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