6529b9965e
- This addresses a reported dialog error [2] PR: ports/186964 [1], ports/186904 [2] Submitted by: Alexander Wittig <alexander@wittig.name> (maintainer) [1], Lawrence Chen <lchen@zen.lhaven.homeip.net> [2]
24 lines
583 B
Makefile
24 lines
583 B
Makefile
# Created by: Timothy Redaelli <drizzt@gufi.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pkg_rmleaves
|
|
PORTVERSION= 20140222
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://alex.wittig.name/${PORTNAME}/
|
|
|
|
MAINTAINER= alexander@wittig.name
|
|
COMMENT= Interactive script for deinstalling leaf packages
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
PLIST_FILES= sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves
|
|
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|