From 75dca4492b75cdffc9c5202a5206c53a3101076e Mon Sep 17 00:00:00 2001 From: kevlo Date: Sun, 30 Apr 2000 10:07:43 +0000 Subject: [PATCH] Trivial fake --- security/fragrouter/Makefile | 18 +++++++++++------- security/isic/Makefile | 4 ++-- security/its4/Makefile | 9 +++++---- security/l0phtcrack/Makefile | 8 ++++---- security/libident/Makefile | 12 ++++++------ 5 files changed, 28 insertions(+), 23 deletions(-) diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index 68ffe8f6d9b..21fec6f3306 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -1,20 +1,24 @@ -# $OpenBSD: Makefile,v 1.9 2000/04/09 17:38:00 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2000/04/30 10:07:43 kevlo Exp $ DISTNAME= fragrouter-1.6 CATEGORIES= security -FAKE=No MASTER_SITES= http://www.anzen.com/research/nidsbench/ MAINTAINER= dugsong@monkey.org LICENSE_TYPE= BSD -PERMIT_PACKAGE_CDROM= YES -PERMIT_PACKAGE_FTP= YES -PERMIT_DISTFILES_CDROM= YES -PERMIT_DISTFILES_FTP= YES +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= Yes +FAKE= Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/fragrouter ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/fragrouter.8 ${PREFIX}/man/man8 .include diff --git a/security/isic/Makefile b/security/isic/Makefile index 5df4cca9491..9825393be18 100644 --- a/security/isic/Makefile +++ b/security/isic/Makefile @@ -3,13 +3,12 @@ # Date created: 24 Jan 2000 # Whom: dugsong@monkey.org # -# $OpenBSD: Makefile,v 1.7 2000/04/09 17:38:01 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2000/04/30 10:07:49 kevlo Exp $ DISTNAME= isic-0.05 CATEGORIES= security NEED_VERSION= 1.230 -FAKE=No MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/ @@ -27,5 +26,6 @@ BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet NO_PATCH= Yes GNU_CONFIGURE= Yes +FAKE= Yes .include diff --git a/security/its4/Makefile b/security/its4/Makefile index d3e44d6ed12..ca87449b9e8 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -3,12 +3,11 @@ # Date created: 21 Feb 2000 # Whom: dugsong@monkey.org # -# $OpenBSD: Makefile,v 1.6 2000/04/15 19:01:59 maja Exp $ +# $OpenBSD: Makefile,v 1.7 2000/04/30 10:07:57 kevlo Exp $ DISTNAME= its4-1.0.1 CATEGORIES= security -FAKE=No MAINTAINER= dugsong@monkey.org @@ -22,9 +21,11 @@ MIRROR_DISTFILE=no EXTRACT_SUFX= .tgz -HAS_CONFIGURE= yes +HAS_CONFIGURE= Yes +FAKE= Yes -CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/share/its4 +CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' \ + --datadir='$${DESTDIR}${PREFIX}/share/its4' do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index f05a5a050cf..b1cdc7721ba 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -3,13 +3,12 @@ # Date created: 25 Nov 1999 # Whom: dugsong@monkey.org # -# $OpenBSD: Makefile,v 1.5 2000/04/29 00:01:41 turan Exp $ +# $OpenBSD: Makefile,v 1.6 2000/04/30 10:08:03 kevlo Exp $ PKGNAME= l0phtcrack-2.52 CATEGORIES= security NEED_VERSION= 1.191 -FAKE=No MAINTAINER= dugsong@monkey.org @@ -21,13 +20,14 @@ PERMIT_DISTFILES_FTP= Yes DIST_SUBDIR= l0phtcrack DISTFILES= lcsrc${EXTRACT_SUFX} readsmb.c EXTRACT_ONLY= lcsrc${EXTRACT_SUFX} -USE_ZIP= yes +USE_ZIP= Yes MASTER_SITES= http://www.l0pht.com/l0phtcrack/dist/ WRKDIST= ${WRKDIR} -NO_CONFIGURE= yes +NO_CONFIGURE= Yes +FAKE= Yes post-extract: @cp ${FULLDISTDIR}/readsmb.c ${WRKSRC} diff --git a/security/libident/Makefile b/security/libident/Makefile index 70fb6c96a60..1077f13fa7a 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.6 2000/04/09 17:38:03 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2000/04/30 10:08:11 kevlo Exp $ DISTNAME= libident-0.22 CATEGORIES= devel net security -FAKE=No MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= angelos@openbsd.org LICENSE_TYPE= PD -PERMIT_PACKAGE_CDROM= YES -PERMIT_PACKAGE_FTP= YES -PERMIT_DISTFILES_CDROM= YES -PERMIT_DISTFILES_FTP= YES +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +FAKE= Yes ALL_TARGET= openbsd .include