Skip to content

Commit

Permalink
math/moo: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent e8c94e4 commit 1d0ebc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions math/moo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= moo
PORTVERSION= 1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= skreuzer@FreeBSD.org
Expand All @@ -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
Expand All @@ -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>

0 comments on commit 1d0ebc3

Please sign in to comment.