diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-28 21:35:40 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-28 21:35:40 +0800 |
commit | a47dca76eca65feec1afdc95123b8295b9380b2e (patch) | |
tree | 96dfff70bb3ad0a41491bca346410ff948fec1c8 /math/eispack/Makefile | |
parent | c62730ca10171af979d23bef558a0ac6129b7182 (diff) | |
download | freebsd-ports-gnome-a47dca76eca65feec1afdc95123b8295b9380b2e.tar.gz freebsd-ports-gnome-a47dca76eca65feec1afdc95123b8295b9380b2e.tar.zst freebsd-ports-gnome-a47dca76eca65feec1afdc95123b8295b9380b2e.zip |
Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
Diffstat (limited to 'math/eispack/Makefile')
-rw-r--r-- | math/eispack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index a81953a33736..7d5f50ddd368 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:18:49 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:30:05 asami Exp $ # DISTNAME= eispack @@ -11,6 +11,7 @@ PKGNAME= eispack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/eispack/ .if defined(MASTER_SITE_OVERRIDE) MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/eispack/ @@ -43,4 +44,3 @@ pre-extract: chmod +x scripts/uncomp .include <bsd.port.mk> - |