diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/pib | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/pib')
-rw-r--r-- | sysutils/pib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pib/Makefile b/sysutils/pib/Makefile index 646aa3c..f8a64d6 100644 --- a/sysutils/pib/Makefile +++ b/sysutils/pib/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pib -# Version required: 1.1 # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # # $FreeBSD$ # -DISTNAME= pib-1.1 +PORTNAME= pib +PORTVERSION= 1.1 CATEGORIES= sysutils tk82 MASTER_SITES= http://people.FreeBSD.org/~msmith/pib/ |