diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /comms/bpl+/Makefile | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | freebsd-ports-gnome-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz freebsd-ports-gnome-59df8af48ea44d533d5de8118602cc174bda92da.tar.zst freebsd-ports-gnome-59df8af48ea44d533d5de8118602cc174bda92da.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'comms/bpl+/Makefile')
-rw-r--r-- | comms/bpl+/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index c9aeec25b571..61461eee33ef 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: bpl+ -# Version required: ? # Date created: 22 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bpl+ -PKGNAME= bpl+-1.0 +PORTNAME= bpl+ +PORTVERSION= 1.0 CATEGORIES= comms MASTER_SITES= http://people.FreeBSD.org/~max/distfiles/ +DISTNAME= ${PORTNAME} MAINTAINER= max@FreeBSD.org |