summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-15 10:26:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-15 10:26:21 +0000
commit9c6108e3ab1bfba5420ef7e8011a246af9c7160b (patch)
treed2cd60d93f71de3a2e434b050005f10f61a186f2 /emulators
parentDelete extra line (md5 of md5 file? :). (diff)
Define MANCOMPRESSED, because manpage is, like, compressed.
Notes
Notes: svn path=/head/; revision=8633
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xzx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile
index cc3208707b0b..32e77af9b3ca 100644
--- a/emulators/xzx/Makefile
+++ b/emulators/xzx/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 Nov 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/11/13 12:34:24 tg Exp $
#
DISTNAME= xzx-2.2.1
@@ -17,5 +17,6 @@ MAINTAINER= axl@iafrica.com
USE_IMAKE= yes
MAN1= xzx.1
+MANCOMPRESSED= yes
.include <bsd.port.mk>