regression and distinfo fixes
This commit is contained in:
parent
7c3927482f
commit
cbb889493c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user