From 8efb72e82770c1f7dde8fe13a1fc18bcd487e34d Mon Sep 17 00:00:00 2001 From: Dennis Herrmann Date: Sun, 28 Jun 2009 22:02:29 +0000 Subject: [PATCH] - Fix build with custom PREFIX/LOCALBASE Reported by: QAT --- net/wire/Makefile | 1 + net/wired-tracker/Makefile | 1 + net/wired/Makefile | 1 + 3 files changed, 3 insertions(+) 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