diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 10:26:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 10:26:21 +0000 |
commit | 9c6108e3ab1bfba5420ef7e8011a246af9c7160b (patch) | |
tree | d2cd60d93f71de3a2e434b050005f10f61a186f2 /emulators | |
parent | aed5088224ebc955569e13ca699098b46b5b0d2a (diff) | |
download | ports-9c6108e3ab1bfba5420ef7e8011a246af9c7160b.tar.gz ports-9c6108e3ab1bfba5420ef7e8011a246af9c7160b.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 3 |
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> |