- Use correct path in USE_LDCONFIG
PR: 129893 Submitted by: martinko <gamato at users dot sf dot net> Approved by: Dewey Hylton <freenx at deweyonline dot com> (maintainer)
This commit is contained in:
parent
0083cb4df5
commit
37bf0cbdf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225029
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nxserver
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://web04.nomachine.com/download/${PORTVERSION}/sources/
|
||||
DISTFILES= nx-X11-${PORTVERSION}-3.tar.gz \
|
||||
|
@ -39,7 +39,7 @@ GNU_CONFIGURE= yes
|
|||
ALL_TARGET= World
|
||||
PLIST_SUB+= NX_MAJOR=${PORTVERSION:R:R} NX_VERSION=${PORTVERSION}
|
||||
NXPREFIX?= ${PREFIX}/NX
|
||||
USE_LDCONFIG= ${NXPREFIX}
|
||||
USE_LDCONFIG= ${NXPREFIX}/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue