diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /ports-mgmt | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pib/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_remove/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index 646aa3c33cb9..f8a64d64300a 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/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/ diff --git a/ports-mgmt/pkg_remove/Makefile b/ports-mgmt/pkg_remove/Makefile index fc1ecd318a79..73bedfa93ffe 100644 --- a/ports-mgmt/pkg_remove/Makefile +++ b/ports-mgmt/pkg_remove/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: pkg_remove -# Version required: 1.0 # Date created: 8 Jan 2000 # Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> # # $FreeBSD$ # -DISTNAME= pkg_remove -PKGNAME= pkg_remove-1.0 +PORTNAME= pkg_remove +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://www.rr.iij4u.or.jp/~sada/scripts/ +DISTNAME= pkg_remove EXTRACT_SUFX= .txt MAINTAINER= nakaji@tutrp.tut.ac.jp |