diff options
author | asami <asami@FreeBSD.org> | 1995-06-04 01:12:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-04 01:12:38 +0000 |
commit | 3b659bba65660157cee1575308bf0a1b012cd087 (patch) | |
tree | 73ce95df667da37ade154063cae3ad2549500968 /x11-toolkits/iv | |
parent | 055e595994e20702793e0f004648605d8be4d08d (diff) | |
download | FreeBSD-ports-3b659bba65660157cee1575308bf0a1b012cd087.zip FreeBSD-ports-3b659bba65660157cee1575308bf0a1b012cd087.tar.gz |
Add CATEGORIES=x11.
Diffstat (limited to 'x11-toolkits/iv')
-rw-r--r-- | x11-toolkits/iv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index baa51e1..3dbebc9 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -3,12 +3,13 @@ # Date created: 23.sept.1994 # Whom: adam # -# $Id: Makefile,v 1.7 1995/05/29 12:42:41 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/31 06:01:49 asami Exp $ # VERSION= 3.1 # don't change this to "=" ! DISTNAME?= iv-${VERSION} +CATEGORIES= x11 MASTER_SITES= ftp://interviews.stanford.edu/pub/ EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |