diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:39:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:39:12 +0000 |
commit | a3ce042589f77554b1961ba1d20d7aadae0284cf (patch) | |
tree | 06bc0b1dca7ccd346b0009dcb3272b16fff6c0dc /x11-clocks/xtimer | |
parent | 2a6135917feab16f141ec7bea0df246890d0d611 (diff) | |
download | ports-a3ce042589f77554b1961ba1d20d7aadae0284cf.tar.gz ports-a3ce042589f77554b1961ba1d20d7aadae0284cf.zip |
Make these build in an ELF world and use MAN1 for manpages.
Notes
Notes:
svn path=/head/; revision=13275
Diffstat (limited to 'x11-clocks/xtimer')
-rw-r--r-- | x11-clocks/xtimer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile index 436422aa3868..a39004c47cc9 100644 --- a/x11-clocks/xtimer/Makefile +++ b/x11-clocks/xtimer/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Apr 1997 # Whom: candy@fct.kgc.co.jp # -# $Id: Makefile,v 1.2 1997/06/15 10:44:39 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/07 22:28:05 asami 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> |