mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
2e3620d7ee
- switch from GNU diff to BSD diff needs to be handled PR: 234769, 234763 Reported by: Lapo Luchini <lapo@lapo.it> Submitted by: alexander@wittig.name (maintainer)
24 lines
607 B
Makefile
24 lines
607 B
Makefile
# Created by: Timothy Redaelli <drizzt@gufi.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pkg_rmleaves
|
|
PORTVERSION= 20190108
|
|
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 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>
|