diff options
author | tron <tron@pkgsrc.org> | 1999-01-29 21:21:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-29 21:21:55 +0000 |
commit | 656b4e814661a057f6d64ddbae31900dc84c2068 (patch) | |
tree | 740d1196602402eb30bea6d3ad3a4bc8a9830ed9 /misc | |
parent | ec569450f6d3ca2a888df156ed644446cbe62e0c (diff) | |
download | pkgsrc-656b4e814661a057f6d64ddbae31900dc84c2068.tar.gz |
Move xfinans to category misc per PR pkg/6909 by Klaus Klein.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 8 | ||||
-rw-r--r-- | misc/xfinans/Makefile | 4 | ||||
-rw-r--r-- | misc/xrolodex/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/misc/Makefile b/misc/Makefile index ad6bdf7e282..69c1c3c7180 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 1999/01/29 20:47:28 tron Exp $ +# $NetBSD: Makefile,v 1.31 1999/01/29 21:21:55 tron Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp SUBDIR += amanda @@ -45,10 +45,10 @@ SUBDIR += siag SUBDIR += splitvt SUBDIR += team - SUBDIR += vfu -# SUBDIR += viz -# These programs shouldbe in ../x11 + SUBDIR += vfu +# SUBDIR += viz # SUBDIR += xcalendar + SUBDIR += xfinans # SUBDIR += xmaddressbook # needs Motif/Lesstif - HF # SUBDIR += xopps # needs Motif/Lesstif - HF SUBDIR += xrolodex diff --git a/misc/xfinans/Makefile b/misc/xfinans/Makefile index b8ef24310c5..b791babf132 100644 --- a/misc/xfinans/Makefile +++ b/misc/xfinans/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 1998/11/19 15:40:48 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/01/29 21:21:56 tron Exp $ # DISTNAME= xfinans-5.9 WRKSRC= ${WRKDIR}/Xfinans/Src -CATEGORIES= x11 +CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/financial/accounting diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index 55bb809347a..a5611b351c8 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/01/29 21:03:57 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/29 21:21:56 tron Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 -CATEGORIES= x11 +CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tar.Z |