summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-mgmt/pixilate/Makefile11
-rw-r--r--net/pixilate/Makefile11
2 files changed, 16 insertions, 6 deletions
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}
diff --git a/net/pixilate/Makefile b/net/pixilate/Makefile
index befea7d1c86e..fdd89a4b8448 100644
--- a/net/pixilate/Makefile
+++ b/net/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}