From 345fc748de406d65743d58178ef3f989d6a73e35 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 22 Jan 2024 12:09:10 +0000 Subject: 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. --- editors/shed/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/shed') diff --git a/editors/shed/Makefile b/editors/shed/Makefile index eb72db446271..ef19c6aca1ba 100644 --- a/editors/shed/Makefile +++ b/editors/shed/Makefile @@ -11,8 +11,9 @@ LICENSE= GPLv2 USES= ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS BUGS ChangeLog README TODO OPTIONS_DEFINE= DOCS -- cgit v1.2.3