From eab3f0104c826df805176fb6a6763d4e915913a5 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 18 Nov 2003 14:03:14 +0000 Subject: Remove harcoded CFLAGS from Makefile, pass our CFLAGS instead. Patch provided by Christian Biere in PR pkg/23461. Bump PKGREVISION. --- security/john/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/john/Makefile') diff --git a/security/john/Makefile b/security/john/Makefile index b003564a9b2..69ea810eca0 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/11/18 14:03:14 xtraeme Exp $ # DISTNAME= john-1.6 WRKSRC= ${WRKDIR}/${DISTNAME}/src +PKGREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.openwall.com/john/ -- cgit v1.2.3