diff options
author | gabor <gabor@FreeBSD.org> | 2007-01-30 03:09:40 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-01-30 03:09:40 +0800 |
commit | e8c68a7579b7ea6a9ab6e06ade17f476604fb5d3 (patch) | |
tree | b78ac94357b1a7f72068ec2c1272abe43cef5abe /net/linux-nx-client | |
parent | d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c (diff) | |
download | freebsd-ports-gnome-e8c68a7579b7ea6a9ab6e06ade17f476604fb5d3.tar.gz freebsd-ports-gnome-e8c68a7579b7ea6a9ab6e06ade17f476604fb5d3.tar.zst freebsd-ports-gnome-e8c68a7579b7ea6a9ab6e06ade17f476604fb5d3.zip |
- Move to LOCALBASE as we don't need to run linux ldconfig, I can do this
easily and this is supposed to be done
- Remove USE_LDCONFIG
- Bump PORTREVISION
Pointed out by: netchild
Approved by: erwin (mentor)
Diffstat (limited to 'net/linux-nx-client')
-rw-r--r-- | net/linux-nx-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/linux-nx-client/Makefile b/net/linux-nx-client/Makefile index 7ead662e54a9..03caf6f29f64 100644 --- a/net/linux-nx-client/Makefile +++ b/net/linux-nx-client/Makefile @@ -7,6 +7,7 @@ PORTNAME= linux-nx-client PORTVERSION= 2.1.0 +PORTREVISON= 1 CATEGORIES= net MASTER_SITES= http://web04.nomachine.com/download/${PORTVERSION}/Linux/ DISTNAME= nxclient-${PORTVERSION}-9.i386 @@ -21,13 +22,11 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-lib NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -USE_LINUX_PREFIX= yes NO_BUILD= yes INSTALL_ICONS= yes NXSRC= ${WRKSRC}/NX NXDST= ${PREFIX}/lib/linux-nx-client -USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} |