aboutsummaryrefslogtreecommitdiff
path: root/math/moo
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:20:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:42:26 +0000
commit1d0ebc326ce1d13621d929e167d8122efb53fae6 (patch)
tree7e057e0112d7ae91cff024e3b934072668195a05 /math/moo
parente8c94e47e491a87cb65c7cc2c292277e51e368ca (diff)
downloadports-1d0ebc326ce1d13621d929e167d8122efb53fae6.tar.gz
ports-1d0ebc326ce1d13621d929e167d8122efb53fae6.zip
math/moo: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'math/moo')
-rw-r--r--math/moo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile
index 5baf039808f7..d4643ef40631 100644
--- a/math/moo/Makefile
+++ b/math/moo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= moo
PORTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= skreuzer@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE= PD
USE_GITHUB= yes
GH_ACCOUNT= raylai
-PLIST_FILES= bin/moo man/man1/moo.1.gz
+PLIST_FILES= bin/moo share/man/man1/moo.1.gz
.if exists(/usr/include/sys/capsicum.h) && exists(/usr/include/capsicum_helpers.h)
CFLAGS+= -DHAVE_CAPSICUM
@@ -22,6 +22,6 @@ MAKE_JOBS_UNSAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>