mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
871975ef12
add $class users passwd field in checked fields please note it is a breaking changes, as @user entries in sysclean.ignore will changes.
29 lines
615 B
Makefile
29 lines
615 B
Makefile
COMMENT = list obsolete files between OpenBSD upgrades
|
|
|
|
V = 4.0
|
|
DISTNAME = sysclean-${V}
|
|
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://codeberg.org/semarie/sysclean/
|
|
|
|
MAINTAINER = Sebastien Marie <semarie@kapouay.eu.org>
|
|
|
|
SITES = https://codeberg.org/semarie/sysclean/releases/download/${V}/
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV = BINDIR=${LOCALBASE}/sbin \
|
|
MANDIR=${LOCALBASE}/man/man
|
|
|
|
NO_BUILD = Yes
|
|
PKG_ARCH = *
|
|
|
|
TEST_TARGET = regress
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sysclean
|
|
${INSTALL_DATA} ${WRKSRC}/sysclean.ignore ${PREFIX}/share/examples/sysclean
|
|
|
|
.include <bsd.port.mk>
|