diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:33:10 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:33:10 +0000 |
commit | b34561d1b83ae8709725150fbf6991b13f1d70d2 (patch) | |
tree | 099b5b7b38f0de6495d777a1bb674419426acfc3 /x11-clocks/xtimer | |
parent | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (diff) | |
download | ports-b34561d1b83ae8709725150fbf6991b13f1d70d2.tar.gz ports-b34561d1b83ae8709725150fbf6991b13f1d70d2.zip |
Notes
Diffstat (limited to 'x11-clocks/xtimer')
-rw-r--r-- | x11-clocks/xtimer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile index 994306f57588..27175bbede54 100644 --- a/x11-clocks/xtimer/Makefile +++ b/x11-clocks/xtimer/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xtimer -# Version required: 0.8087 # Date created: 05 Apr 1997 # Whom: candy@fct.kgc.co.jp # # $FreeBSD$ # -DISTNAME= xtimer-8087 -PKGNAME= xtimer-0.8087 +PORTNAME= xtimer +PORTVERSION= 0.8087 CATEGORIES= x11-clocks MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xtimer/ +DISTNAME= ${PORTNAME}-8087 MAINTAINER= candy@kgc.co.jp |