diff options
author | max <max@FreeBSD.org> | 1996-10-07 12:14:03 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-07 12:14:03 +0000 |
commit | fdeba6de680ed3d09846a96d1b5216624c5d1a18 (patch) | |
tree | 1cb7c6dbcbdb498959f299edd658726cbe54aa2b /editors | |
parent | a0bcc9f3c5a117cd28ad877bad7cafdc33249dc1 (diff) | |
download | FreeBSD-ports-fdeba6de680ed3d09846a96d1b5216624c5d1a18.zip FreeBSD-ports-fdeba6de680ed3d09846a96d1b5216624c5d1a18.tar.gz |
Upgrade, 6.0 -> 6.1. (Closes PR #1709.)
Reminded By: obrien@Nuxi.cs.ucdavis.edu
NOMANCOMPRESS is now honored.
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 7cc888f..17f34d0 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> |