diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/jgraph/Makefile | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.zst freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/jgraph/Makefile')
-rw-r--r-- | graphics/jgraph/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index 09abb1aaee2d..83f3e390cb3a 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -1,17 +1,16 @@ # New ports collection makefile for: jgraph -# Version required: 8.3 # Date created: 6 August 1999 # Whom: wolman@cs.washington.edu # # $FreeBSD$ # -DISTNAME= jgraph -PKGNAME= jgraph-8.3 +PORTNAME= jgraph +PORTVERSION= 8.3 CATEGORIES= graphics MASTER_SITES= ftp://cs.utk.edu/pub/plank/jgraph/ \ http://www.cs.washington.edu/homes/wolman/ -EXTRACT_SUFX= .shar.Z +DISTFILES= ${PORTNAME}.shar.Z MAINTAINER= wolman@cs.washington.edu @@ -19,7 +18,7 @@ EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS= -c EXTRACT_AFTER_ARGS= | sh -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes MAN1= jgraph.1 MAKEFILE= makefile |