diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:58:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:58:11 +0000 |
commit | cb245370a1fea07383adc647f71932953de07639 (patch) | |
tree | fb3e79eea958353484f12a45142a18b29fa2b6be /misc | |
parent | 85e71a513b922e2b65cb177df9c81eaba7f1ac03 (diff) | |
download | pkgsrc-cb245370a1fea07383adc647f71932953de07639.tar.gz |
this doesn't compress manpages
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtimer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xtimer/Makefile b/misc/xtimer/Makefile index b312715034c..1cb068329db 100644 --- a/misc/xtimer/Makefile +++ b/misc/xtimer/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Apr 1997 # Whom: candy@fct.kgc.co.jp # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:17 hubertf Exp $ +# $Id: Makefile,v 1.2 1997/10/27 01:58:11 hubertf Exp $ # DISTNAME= xtimer-8087 @@ -15,6 +15,5 @@ MAINTAINER= candy@fct.kgc.co.jp USE_IMAKE= yes MAN1= xtimer.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |