summaryrefslogtreecommitdiff
path: root/editors/shed
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-01-22 12:09:10 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-01-22 12:09:10 +0000
commit345fc748de406d65743d58178ef3f989d6a73e35 (patch)
tree23a22bcdf06ca57c8d797a77aa2537758fce9de3 /editors/shed
parentKDE: KDE's 6th Megarelease - Release Candidate 1 (diff)
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.
Diffstat (limited to 'editors/shed')
-rw-r--r--editors/shed/Makefile3
1 files changed, 2 insertions, 1 deletions
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