diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-07 12:14:03 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-07 12:14:03 +0000 |
commit | 58895acd256d056945fcda7f51edf17ab1d7c308 (patch) | |
tree | fa96ab7ce101c7add954cad23cd03bfdb5c5c8ad /editors | |
parent | e0d712d21014ca3f84d1a01a7422acac1c814909 (diff) | |
download | ports-58895acd256d056945fcda7f51edf17ab1d7c308.tar.gz ports-58895acd256d056945fcda7f51edf17ab1d7c308.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 7cc888fda12e..17f34d0307b6 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xvile -# Version required: 6.0 +# Version required: 6.1 # Date created: Fri Jun 21, 1996 # Whom: pgf # -# $Id: Makefile,v 1.5 1995/04/24 03:38:30 asami Exp $ +# $Id: Makefile,v 1.6 1996/06/25 03:47:35 gpalmer Exp $ # -DISTNAME= vile-6.0 -PKGNAME= xvile-6.0 +DISTNAME= vile-6.1 +PKGNAME= xvile-6.1 CATEGORIES+= editors MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 post-install: + .if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/xvile.1 +.endif .include <bsd.port.mk> |