math/moo: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
e8c94e47e4
commit
1d0ebc326c
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= moo
|
PORTNAME= moo
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= skreuzer@FreeBSD.org
|
MAINTAINER= skreuzer@FreeBSD.org
|
||||||
@ -12,7 +12,7 @@ LICENSE= PD
|
|||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= raylai
|
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)
|
.if exists(/usr/include/sys/capsicum.h) && exists(/usr/include/capsicum_helpers.h)
|
||||||
CFLAGS+= -DHAVE_CAPSICUM
|
CFLAGS+= -DHAVE_CAPSICUM
|
||||||
@ -22,6 +22,6 @@ MAKE_JOBS_UNSAFE= yes
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user