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 /sysutils/pkg_remove/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/pkg_remove/Makefile')
-rw-r--r-- | sysutils/pkg_remove/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pkg_remove/Makefile b/sysutils/pkg_remove/Makefile index fc1ecd318a79..73bedfa93ffe 100644 --- a/sysutils/pkg_remove/Makefile +++ b/sysutils/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 |