diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-18 06:38:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-18 06:38:08 +0000 |
commit | 0b8e44dd88ee0ad0d7d13cce1497d3e01a2b0bbb (patch) | |
tree | 19e3c2afdcf3dc13e99ee1c3afe5a7a1693d9c3c | |
parent | Portlint. (diff) |
Add "afterstep" virtual category.
Notes
Notes:
svn path=/head/; revision=16176
-rw-r--r-- | audio/ascd/Makefile | 4 | ||||
-rw-r--r-- | mail/asmail/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/asclock/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile index c3840dab40a5..ec19f1a5e961 100644 --- a/audio/ascd/Makefile +++ b/audio/ascd/Makefile @@ -3,11 +3,11 @@ # Date created: 29 November 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.1.1.1 1998/12/05 10:02:02 flathill Exp $ +# $Id: Makefile,v 1.2 1998/12/22 05:43:34 asami Exp $ # DISTNAME= ascd-0.7 -CATEGORIES= audio +CATEGORIES= audio afterstep MASTER_SITES= http://slashdot.org/linux/dl/ MAINTAINER= jim@phrantic.phear.net diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index a85842d16ea1..c596f335f956 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -3,11 +3,11 @@ # Date created: 15 August 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.4 1998/10/02 01:59:06 steve Exp $ +# $Id: Makefile,v 1.5 1998/11/21 07:27:38 steve Exp $ # DISTNAME= asmail-0.50 -CATEGORIES= mail +CATEGORIES= mail afterstep MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asmail/ \ ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/asmail/ diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index f55320f3dd79..fcefdade5e97 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -3,12 +3,12 @@ # Date created: 20 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.5 1998/11/29 12:43:11 asami Exp $ +# $Id: Makefile,v 1.6 1999/01/12 16:50:21 vanilla Exp $ # DISTNAME= asclock PKGNAME= asclock-1.0 -CATEGORIES= x11-clocks +CATEGORIES= x11-clocks afterstep MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tgz diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index a66b7e32e316..4a9f85bc28a0 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -3,12 +3,12 @@ # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.3 1998/11/19 22:03:49 kuriyama Exp $ +# $Id: Makefile,v 1.4 1999/01/10 14:54:28 simokawa Exp $ # DISTNAME= AfterStep-1.0 PKGNAME= afterstep-i18n-1.0 -CATEGORIES= x11-wm +CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/archives/ \ http://www.freebsd.org/~kuriyama/distfiles/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/ \ |