mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
569 B
Makefile
22 lines
569 B
Makefile
PORTNAME= pkg_rmleaves
|
|
PORTVERSION= 20190108
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= https://files.wittig.name/${PORTNAME}/ \
|
|
http://files.wittig.name/${PORTNAME}/
|
|
|
|
MAINTAINER= alexander@wittig.name
|
|
COMMENT= Interactive script for deinstalling leaf packages
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/pkg_rmleaves share/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}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|