freebsd-ports/ports-mgmt/portshaker-config/Makefile
Matthias Andree 875d7c7d19 *: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
2022-08-13 20:51:14 +02:00

25 lines
612 B
Makefile

PORTNAME= portshaker-config
PORTREVISION= 5
CATEGORIES= ports-mgmt
MAINTAINER= romain@FreeBSD.org
COMMENT= Simple configuration manager for portshaker
BUILD_DEPENDS= portshaker:ports-mgmt/portshaker
RUN_DEPENDS:= ${BUILD_DEPENDS}
MASTERDIR= ${.CURDIR}/../portshaker
BUILD_WRKSRC= ${WRKSRC}/examples
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/portshaker.d
post-install:
@${MV} ${STAGEDIR}${PREFIX}/etc/portshaker.conf \
${STAGEDIR}${PREFIX}/etc/portshaker.conf.sample-config
.include "${MASTERDIR}/Makefile"