summaryrefslogtreecommitdiff
path: root/net/freenx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:10:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:10:23 +0000
commit0c710c7b4edb5ca79906be0115763864bc7c903f (patch)
tree3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/freenx
parentPick up. (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes: svn path=/head/; revision=327755
Diffstat (limited to 'net/freenx')
-rw-r--r--net/freenx/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/freenx/Makefile b/net/freenx/Makefile
index 7662d51fe595..dce63e02c3e7 100644
--- a/net/freenx/Makefile
+++ b/net/freenx/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: freenx
-# Date created: Sat 11 Sep 2004
-# Whom: Lauri Watts <lauri@kde.org>
-#
+# Created by: Lauri Watts <lauri@kde.org>
# $FreeBSD$
-#
PORTNAME= freenx
PORTVERSION= 0.6.0
@@ -26,6 +22,7 @@ BUILD_WRKSRC= ${WRKSRC}/nxserver-helper
NXPREFIX?= ${PREFIX}/NX
+NO_STAGE= yes
post-patch:
@cd ${WRKSRC} && ${REINPLACE_CMD} -e "s|/usr/local/|${PREFIX}/|" \
-e "s|!/bin/bash|!${PREFIX}/bin/bash|" \