mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Fix directory creation weirdness, fixing build of nsca-ng-client as non-root
Approved by: portmgr blanket
This commit is contained in:
parent
dccba65695
commit
18319ed9a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390689
@ -41,10 +41,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
${INSTALL_DATA} -d ${STAGEDIR}${PREFIX}/libexec/nagios/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios/
|
||||
${LN} -s ${PREFIX}/sbin/send_nsca ${STAGEDIR}${PREFIX}/libexec/nagios/send_nsca
|
||||
|
||||
${INSTALL_DATA} -d ${STAGEDIR}${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${PORTEXAMPLES} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user