1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/ports-mgmt/pkg-rmleaf/Makefile
Emanuel Haupt 654a1a7325 Remove hard dependency to ports-mgmt/pkg
Notified by:	redports
2014-02-25 12:30:09 +00:00

29 lines
491 B
Makefile

# Created by: Yanhui Shen <shen.elf@gmail.com>
# $FreeBSD$
PORTNAME= pkg-rmleaf
PORTVERSION= 0.2
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= shen.elf@gmail.com
COMMENT= Remove leaf packages
LICENSE= BSD
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>