aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-14 03:10:20 +0800
committerkrion <krion@FreeBSD.org>2003-10-14 03:10:20 +0800
commite4bae3227249ec18a400671197770d3eb9439cab (patch)
tree7f36244adee2f6c040146fe4170a118cdfe75e68 /net-mgmt
parentd215c5f8f28437448e720afe38dc01c5526ccb25 (diff)
downloadfreebsd-ports-gnome-e4bae3227249ec18a400671197770d3eb9439cab.tar.gz
freebsd-ports-gnome-e4bae3227249ec18a400671197770d3eb9439cab.tar.zst
freebsd-ports-gnome-e4bae3227249ec18a400671197770d3eb9439cab.zip
- Fix configure
- Unbreak this port
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pixilate/Makefile11
1 files changed, 8 insertions, 3 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}