1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/ports-mgmt/pkg_rmleaves/Makefile
Kurt Jaeger 2e3620d7ee ports-mgmt/pkg_rmleaves: update 20140222 -> 20190108 to support FBSD 12
- 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)
2019-01-09 20:41:04 +00:00

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>