diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-13 13:54:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-13 13:54:40 +0000 |
commit | e25a0a415b3fe8280b387dd93e2b45aa4cd4942c (patch) | |
tree | b53418ba568a513bd2ce5cc6a945c0b24d68e7ff /net/whois | |
parent | 628f262022f54cffb6df1fa14983c32b619ef864 (diff) | |
download | ports-e25a0a415b3fe8280b387dd93e2b45aa4cd4942c.tar.gz ports-e25a0a415b3fe8280b387dd93e2b45aa4cd4942c.zip |
fix build on 5-latest
Noted By: bento
Notes
Notes:
svn path=/head/; revision=91048
Diffstat (limited to 'net/whois')
-rw-r--r-- | net/whois/Makefile | 5 | ||||
-rw-r--r-- | net/whois/files/patch-aa | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 4ee5ee9593b5..73a9e7e668f1 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -25,8 +25,11 @@ USE_GMAKE= yes USE_GETOPT_LONG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_ENV= LDFLAGS="${LDFLAGS}" + post-patch: - @${REINPLACE_CMD} -e "s|prefix\=/usr/local|prefix\=${PREFIX}|g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s|prefix\=/usr/local|prefix\=${PREFIX}|g ; \ + s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/po/Makefile .include <bsd.port.mk> diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa index 2ff7c45811b6..dc97e3fd4770 100644 --- a/net/whois/files/patch-aa +++ b/net/whois/files/patch-aa @@ -14,8 +14,8 @@ #LDFLAGS=-lintl # FreeBSD -! LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl -! CFLAGS=-I/usr/local/include +! LDFLAGS+=-L%%LOCALBASE%%/lib -lintl +! CFLAGS+=-I%%LOCALBASE%%/include # OS/2 EMX #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp |