summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_remove/Makefile
blob: 944303a7ba872cedc8ea6b09ab3680eb969ce466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
COMMENT=	Utility to uninstall packages

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	bin/pkg_remove
SRC=		${.CURDIR}/src

do-fetch:
	@${DO_NADA}

do-install:
	${INSTALL_SCRIPT} ${SRC}/pkg_remove.txt ${PREFIX}/bin/pkg_remove

.include <bsd.port.mk>