From 32ee3cca72011407227d22a452ea577264e9691e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 13 Oct 2003 19:10:20 +0000 Subject: - Fix configure - Unbreak this port --- net-mgmt/pixilate/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'net-mgmt/pixilate/Makefile') diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index befea7d1c86e..fdd89a4b8448 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -13,9 +13,8 @@ MASTER_SITE_SUBDIR= winfingerprint MAINTAINER= krion@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists -BROKEN= Does not configure - -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \ + ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14 WRKSRC= ${WRKDIR}/pixilate @@ -28,6 +27,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOC MAN1= pixilate.1 +pre-configure: +.for i in install-sh missing mkinstalldirs + @${LN} -sf ${LOCALBASE}/share/automake14/${i} ${WRKSRC} +.endfor + @${RM} -f ${WRKSRC}/config.cache + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -- cgit v1.2.3