- 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:
Dmitry Marakasov 2008-12-31 00:09:56 +00:00
parent 0083cb4df5
commit 37bf0cbdf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225029

View file

@ -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>