freebsd-ports/sysutils/pkg_remove/Makefile
SADA Kenji f401541c9b - minor update of the script.
- import script file into port skeleton.
- change maintainer's mail address.

PR:		ports/26762
Submitted by:	maintainer
2001-04-23 17:27:50 +00:00

27 lines
459 B
Makefile

# New ports collection makefile for: pkg_remove
# Date created: 8 Jan 2000
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
PORTNAME= pkg_remove
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= nakaji@jp.freebsd.org
NO_BUILD= yes
NO_WRKSUBDIR= yes
SRC= ${.CURDIR}/src
do-fetch:
@${DO_NADA}
do-install:
${INSTALL_SCRIPT} ${SRC}/pkg_remove.txt ${PREFIX}/bin/pkg_remove
.include <bsd.port.mk>