Alexey Dokuchaev 345fc748de Override GNU_CONFIGURE_MANPREFIX in my GNU autotools-based ports
This is a temporary measure to facilitate entering the new world
order where manual pages are installed under ${PREFIX}/share/man.
2024-01-22 12:09:10 +00:00

24 lines
493 B
Makefile

PORTNAME= parkverbot
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= https://inai.de/files/parkverbot/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Hard disk head parking inhibitor
WWW= https://inai.de/projects/parkverbot/
LICENSE= GPLv2+
LIB_DEPENDS= libHX.so:lang/libhx
USES= pkgconfig tar:xz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= share/man/man8/parkverbot.8.gz sbin/parkverbot
post-install:
${RM} -r ${STAGEDIR}/lib/systemd
.include <bsd.port.mk>