diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/xwpl/Makefile | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/xwpl/Makefile')
-rw-r--r-- | math/xwpl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xwpl/Makefile b/math/xwpl/Makefile index 959e848..fc84b86 100644 --- a/math/xwpl/Makefile +++ b/math/xwpl/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xwpl -# Version required: 1.3 # Date created: 31 Nov 97 # Whom: Pedro Giffuni <giffunip@asme.org> # # $FreeBSD$ # -DISTNAME= xwpl-1.3-freebsd -PKGNAME= xwpl-1.3 +PORTNAME= xwpl +PORTVERSION= 1.3 CATEGORIES= math MASTER_SITES= ftp://pascal.math.yale.edu/pub/wavelets/software/xwpl/other-versions/ +DISTNAME= ${PKGNAME}-freebsd MAINTAINER= giffunip@asme.org |