aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-06-29 06:02:29 +0800
committerdhn <dhn@FreeBSD.org>2009-06-29 06:02:29 +0800
commit26f37bbff01a2b9e5497f5d16ad63667cea499d7 (patch)
tree749a83a4c285479e7cdae59d4899da7b105688a9 /net
parent89920b1198fed4a2ff656277a5f9beb30abaeadb (diff)
downloadfreebsd-ports-gnome-26f37bbff01a2b9e5497f5d16ad63667cea499d7.tar.gz
freebsd-ports-gnome-26f37bbff01a2b9e5497f5d16ad63667cea499d7.tar.zst
freebsd-ports-gnome-26f37bbff01a2b9e5497f5d16ad63667cea499d7.zip
- Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Diffstat (limited to 'net')
-rw-r--r--net/wire/Makefile1
-rw-r--r--net/wired-tracker/Makefile1
-rw-r--r--net/wired/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/net/wire/Makefile b/net/wire/Makefile
index 95d579f5bde1..db7f6538f25b 100644
--- a/net/wire/Makefile
+++ b/net/wire/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= dhn@FreeBSD.org
COMMENT= Wire is a screen-oriented command line Wired client
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include"
USE_GMAKE= yes
USE_ICONV= yes
diff --git a/net/wired-tracker/Makefile b/net/wired-tracker/Makefile
index f2cf44905759..ec0d1e09add4 100644
--- a/net/wired-tracker/Makefile
+++ b/net/wired-tracker/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/wired:${PORTSDIR}/net/wired
WRKSRC= ${WRKDIR}/wired-tracker-${PORTVERSION}
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include"
USE_GMAKE= yes
USE_RC_SUBR= trackerd.sh
diff --git a/net/wired/Makefile b/net/wired/Makefile
index ea44784efdef..6f2e91c24884 100644
--- a/net/wired/Makefile
+++ b/net/wired/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= dhn@FreeBSD.org
COMMENT= Wired server
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include"
USE_GMAKE= yes
USE_RC_SUBR= wired.sh