diff options
author | max <max@FreeBSD.org> | 1996-10-09 17:22:18 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-09 17:22:18 +0800 |
commit | 2184052643dbcc9f079c5b202faf570f0ba6932a (patch) | |
tree | 6373d4a81b52eae8d83b7ad949639eda7b5aa7b7 /editors/xvile | |
parent | 45f8622fd7eff9ddcc7465cd3508773400f20bf5 (diff) | |
download | freebsd-ports-gnome-2184052643dbcc9f079c5b202faf570f0ba6932a.tar.gz freebsd-ports-gnome-2184052643dbcc9f079c5b202faf570f0ba6932a.tar.zst freebsd-ports-gnome-2184052643dbcc9f079c5b202faf570f0ba6932a.zip |
Removed unnecessary tab before .if.
Submitted By: asami
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 17f34d0307b6..bcfd528e512b 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Jun 21, 1996 # Whom: pgf # -# $Id: Makefile,v 1.6 1996/06/25 03:47:35 gpalmer Exp $ +# $Id: Makefile,v 1.7 1996/10/07 12:14:03 max Exp $ # DISTNAME= vile-6.1 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 post-install: - .if !defined(NOMANCOMPRESS) +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/xvile.1 .endif |