summaryrefslogtreecommitdiff
path: root/misc/gnu-watch
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 13:34:34 +0100
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 13:35:56 +0100
commit6ca0d8a6b0df8b17c98dae081f29baf5147591ec (patch)
treec140098da48eb9ee35719e9e1d5d8e8998ddf07e /misc/gnu-watch
parentdevel/{py-oci,oci-cli}: Update to 2.119.0 and 3.37.4 (diff)
*/*: Use PREFIX instead of MANPREFIX
Notified by: arrowd
Diffstat (limited to 'misc/gnu-watch')
-rw-r--r--misc/gnu-watch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile
index 3570403bbd71..cbab2312345c 100644
--- a/misc/gnu-watch/Makefile
+++ b/misc/gnu-watch/Makefile
@@ -40,6 +40,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PKGBASE}
${INSTALL_MAN} ${WRKSRC}/watch.1 \
- ${STAGEDIR}${MANPREFIX}/share/man/man1/${PKGBASE}.1
+ ${STAGEDIR}${PREFIX}/share/man/man1/${PKGBASE}.1
.include <bsd.port.mk>