- Fix build with custom PREFIX/LOCALBASE

Reported by:	QAT
This commit is contained in:
Dennis Herrmann 2009-06-28 22:02:29 +00:00
parent 7ebf80a848
commit 8efb72e827
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236744
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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