mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
654a1a7325
Notified by: redports
29 lines
491 B
Makefile
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>
|