mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Respect LOCALBASE
- Bump PORTREVISION - Remove @ from INSTALL_* to see where things get installed to PR: 87828 Reported by: pointyhat via kris Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
This commit is contained in:
parent
ff47126cad
commit
43a3c3fecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146112
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= symon
|
||||
PORTVERSION= 2.71
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.xs4all.nl/~wpd/symon/philes/
|
||||
|
||||
@ -50,7 +50,7 @@ PLIST_SUB+= SYMUX="@comment "
|
||||
.endif
|
||||
SUBDIR+= client
|
||||
|
||||
MAKE_ARGS+= SUBDIR="${SUBDIR}"
|
||||
MAKE_ARGS+= SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -66,10 +66,10 @@ pre-install:
|
||||
|
||||
post-install:
|
||||
.if !defined(WITHOUT_SYMON)
|
||||
@${INSTALL_SCRIPT} -m 555 ${WRKDIR}/symon.sh ${PREFIX}/etc/rc.d/symon.sh
|
||||
${INSTALL_SCRIPT} -m 555 ${WRKDIR}/symon.sh ${PREFIX}/etc/rc.d/symon.sh
|
||||
.endif
|
||||
.if !defined(WITHOUT_SYMUX)
|
||||
@${INSTALL_SCRIPT} -m 555 ${WRKDIR}/symux.sh ${PREFIX}/etc/rc.d/symux.sh
|
||||
${INSTALL_SCRIPT} -m 555 ${WRKDIR}/symux.sh ${PREFIX}/etc/rc.d/symux.sh
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user