diff options
author | asami <asami@FreeBSD.org> | 1995-05-03 10:22:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-03 10:22:33 +0800 |
commit | d37ba37f30eb00831595bef37f12c6b57fabf8dc (patch) | |
tree | 6d76461edd05baff17d2f65ffb3ded6982a7cdef | |
parent | 1c5bab9b41871a344439edf3bc5fc29d7cb8b784 (diff) | |
download | freebsd-ports-gnome-d37ba37f30eb00831595bef37f12c6b57fabf8dc.tar.gz freebsd-ports-gnome-d37ba37f30eb00831595bef37f12c6b57fabf8dc.tar.zst freebsd-ports-gnome-d37ba37f30eb00831595bef37f12c6b57fabf8dc.zip |
Add more CATEGORIES. packages/orphans is now empty.
-rw-r--r-- | benchmarks/tcpblast/Makefile | 3 | ||||
-rw-r--r-- | math/blas/Makefile | 3 | ||||
-rw-r--r-- | math/fudgit/Makefile | 3 | ||||
-rw-r--r-- | math/xgraph/Makefile | 3 | ||||
-rw-r--r-- | net/dgd/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 3 |
6 files changed, 11 insertions, 5 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index 9def85e04cf5..bc020e0f506e 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,11 +3,12 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.6 1995/02/10 06:09:56 gpalmer Exp $ +# $Id: Makefile,v 1.7 1995/04/15 05:41:58 asami Exp $ # DISTNAME= tcpblast PKGNAME= tcpblast-1.0 +CATEGORIES= networking NO_EXTRACT= yes NO_WRKDIR= yes diff --git a/math/blas/Makefile b/math/blas/Makefile index c35745303a1c..3edd692ed137 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,11 +3,12 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:18:39 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:29:56 asami Exp $ # DISTNAME= blas PKGNAME= blas-1.0 +CATEGORIES= math DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile index d96380f4e059..a01160d04628 100644 --- a/math/fudgit/Makefile +++ b/math/fudgit/Makefile @@ -3,11 +3,12 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/11 02:00:55 jmz Exp $ +# $Id: Makefile,v 1.5 1995/04/22 11:30:07 asami Exp $ # DISTNAME= Fudgit_2.41 PKGNAME= Fudgit-2.41 +CATEGORIES= math MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/ DISTFILES= fudgit_2.41.tar.gz diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 7fb441e60225..9b5b5e9c59fa 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -3,11 +3,12 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/03/24 11:10:25 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 01:19:12 asami Exp $ # DISTNAME= xgraph-11 PKGNAME= xgraph-11.3.2 +CATEGORIES= math printing MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/Xclients.local/ EXTRACT_SUFX= .tar.Z diff --git a/net/dgd/Makefile b/net/dgd/Makefile index a215babe90b6..d464445998ae 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -6,6 +6,7 @@ DISTNAME= dgd-1.0.9 DISTFILES= ${DISTNAME}.tar.gz +CATEGORIES= networking # changed from PATCHFILES so it won't confuse bsd.port.mk PATCH_FILES= 1.0.9-1.0.9.1.gz diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index d798ec178723..37d738553f97 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -3,11 +3,12 @@ # Date created: 22 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.6 1995/04/12 15:22:42 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/25 04:47:41 asami Exp $ # DISTNAME= xview-clients PKGNAME= xview-clients-3.2.1 +CATEGORIES= x11 DEPENDS= ${PORTSDIR}/x11/xview-lib WRKSRC= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients |