freebsd-ports/ports-mgmt/pkg-rmleaf/Makefile
Martin Wilke a92e14465c - Update to 0.4
PR:	227828
Submitted by:	maintainer
Sponsored by:     iXsystems Inc.
2018-05-19 16:21:14 +00:00

28 lines
498 B
Makefile

# Created by: Yanhui Shen <shen.elf@gmail.com>
# $FreeBSD$
PORTNAME= pkg-rmleaf
PORTVERSION= 0.4
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= shen.elf@gmail.com
COMMENT= Remove leaf packages
LICENSE= BSD2CLAUSE
NO_BUILD= yes
WRKSRC= ${WRKDIR}
PLIST_FILES= sbin/pkg-rmleaf
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \
${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf
.include <bsd.port.mk>