diff options
-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} |