- IGNORE on amd64
PR: ports/136376 Submitted by: Yevgeniy <nexther0@gmail.com>
This commit is contained in:
parent
a8cfa73d08
commit
5cd9d11035
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237422
1 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,12 @@ MAN1= vmpsd.1
|
|||
RC_SCRIPTS_SUB= PREFIX=${PREFIX} \
|
||||
RC_SUBR=${RC_SUBR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
IGNORE= does not run correctly on amd64 architecture, see ports/136376
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
||||
${FILESDIR}/vmpsd.sh > ${PREFIX}/etc/rc.d/vmpsd.sh
|
||||
|
@ -38,4 +44,4 @@ post-install:
|
|||
${CP} -p ${PREFIX}/etc/vmps.db.sample ${PREFIX}/etc/vmps.db ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue