summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_remove
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 19:09:11 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 19:09:11 +0000
commitf9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch)
tree939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /ports-mgmt/pkg_remove
parentUpdate with the new PORTNAME/PORTVERSION variables (diff)
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes: svn path=/head/; revision=27427
Diffstat (limited to 'ports-mgmt/pkg_remove')
-rw-r--r--ports-mgmt/pkg_remove/Makefile6
1 files changed, 3 insertions, 3 deletions
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