diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-04 01:12:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-04 01:12:38 +0000 |
commit | 0bcde877d5bef8f9799b5dcdbde94b70a460ee45 (patch) | |
tree | 0b3ab53937321ab751b5a4263cf1161d4c08b2f6 /x11-toolkits | |
parent | 76d0bb7646f158a5310af736d7bdd5f620b46ea1 (diff) | |
download | ports-0bcde877d5bef8f9799b5dcdbde94b70a460ee45.tar.gz ports-0bcde877d5bef8f9799b5dcdbde94b70a460ee45.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-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 baa51e136302..3dbebc955c42 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} |