diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
commit | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (patch) | |
tree | 12624689b16c06fd922f02290a475cd34534c473 /x11-fm/binder/Makefile | |
parent | 02cd5b674486b620aef6f01cbf91aea248498f4c (diff) | |
download | freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.gz freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.zst freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-fm/binder/Makefile')
-rw-r--r-- | x11-fm/binder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index ffd6337e7590..9aa7f11414eb 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: JDE's Binder -# Version required: 1.3 # Date created: 25 March 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= Binder-1.3 -PKGNAME= ${LANGPREFIX}binder-1.3 +PORTNAME= ${LANGPREFIX}binder +PORTVERSION= 1.3 CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ +DISTNAME= Binder-${PORTVERSION} MAINTAINER= kiri@pis.toba-cmt.ac.jp |