diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /x11-clocks | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/dclock/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/emiclock/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/swisswatch/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile index 0706335f8b90..8b3b35334514 100644 --- a/x11-clocks/dclock/Makefile +++ b/x11-clocks/dclock/Makefile @@ -3,12 +3,12 @@ # Date created: 15 Aug 1996 # Whom: David Leonard <leonard@dstc.edu.au> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/16 07:39:56 asami Exp $ # DISTNAME= dclock PKGNAME= dclock-pl4 -CATEGORIES+= x11 +CATEGORIES= x11 MASTER_SITES= ftp://ftp.ucs.ubc.ca/pub/old/X11/contrib/ \ ftp://pdq.coe.montana.edu/pub/mirrors/X11-contrib/ \ ftp://ftp.pasteur.fr/pub/computing/unix/X11/R5contrib/ diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile index 8a3307cdc264..1d06b6ecfe72 100644 --- a/x11-clocks/emiclock/Makefile +++ b/x11-clocks/emiclock/Makefile @@ -3,12 +3,12 @@ # Date created: 15 March 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.4 1995/04/12 20:31:01 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/13 11:08:07 asami Exp $ # DISTNAME= EmiClock-1.0.2 PKGNAME= emiclock-1.0.2 -CATEGORIES+= x11 +CATEGORIES= x11 MASTER_SITES= ftp://theta.iis.u-tokyo.ac.jp/pub1/X/contrib/applications/ \ ftp://sunsite.unc.edu/pub/X11/contrib/applications/ diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile index 0467e8ffb2e7..a3fca6d46cc2 100644 --- a/x11-clocks/swisswatch/Makefile +++ b/x11-clocks/swisswatch/Makefile @@ -3,11 +3,11 @@ # Date created: 16 December 1995 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/06/20 18:54:07 jkh Exp $ +# $Id: Makefile,v 1.2 1996/08/01 04:36:52 asami Exp $ # DISTNAME= swisswatch-0.06 -CATEGORIES+= x11 +CATEGORIES= x11 MASTER_SITES= ftp://ftp.iij.ad.jp/pub/X/R5contrib/ EXTRACT_SUFX= .tar.Z |