diff --git a/net/oproute/Makefile b/net/oproute/Makefile index 1283aec4c4a..e96f8a80144 100644 --- a/net/oproute/Makefile +++ b/net/oproute/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/21 20:46:59 jsyn Exp $ +# $OpenBSD: Makefile,v 1.4 2001/11/20 10:56:49 jsyn Exp $ COMMENT= "network performance measuring tool" DISTNAME= oproute-0.7 CATEGORIES= net -NEED_VERSION= 1.425 +NEED_VERSION= 1.499 EXTRACT_SUFX= .tgz HOMEPAGE= http://www.oproute.net/ @@ -20,6 +20,8 @@ MASTER_SITES= ftp://ftp.opnix.com/pub/oproute/ \ http://www.wiretapped.net/security/network-monitoring/oproute/ MAKE_FLAGS= CXX="${CXX}" CFLAGS="${CFLAGS}" + +NO_REGRESS= Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oproute diff --git a/net/oproute/files/md5 b/net/oproute/distinfo similarity index 100% rename from net/oproute/files/md5 rename to net/oproute/distinfo diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index 0d375725593..33581e8fbb4 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/25 05:43:49 jsyn Exp $ +# $OpenBSD: Makefile,v 1.4 2001/11/20 10:56:49 jsyn Exp $ COMMENT= "high level firewall language" DISTNAME= hlfl-0.52 CATEGORIES= security lang -NEED_VERSION= 1.425 +NEED_VERSION= 1.499 HOMEPAGE= http://www.hlfl.org/ @@ -19,7 +19,10 @@ MASTER_SITES= http://www.hlfl.org/hlfl/ \ ftp://ftp.hlfl.org/pub/hlfl/ CONFIGURE_STYLE= gnu -FAKE_FLAGS= prefix=${WRKINST}${PREFIX} datadir=${WRKINST}${PREFIX}/share/examples +FAKE_FLAGS= prefix=${WRKINST}${PREFIX} \ + datadir=${WRKINST}${PREFIX}/share/examples + +NO_REGRESS= Yes post-extract: @perl -pi -e 's#\$${prefix}\/share\/hlfl\/services\.hlfl#${SYSCONFDIR}/services.hlfl#' ${WRKSRC}/doc/hlfl.1 diff --git a/security/hlfl/files/md5 b/security/hlfl/distinfo similarity index 100% rename from security/hlfl/files/md5 rename to security/hlfl/distinfo