From b767a6372c02a9be57fefebfa9a233a615a58158 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 4 May 2013 22:01:18 +0000 Subject: Fix build with bmake --- www/srg/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/srg/Makefile b/www/srg/Makefile index b5cb72ec2992..fb593fc70ee6 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: srg -# Date created: 28 June 2004 -# Whom: Dmitry Semkin -# +# Created by: Dmitry Semkin # $FreeBSD$ -# PORTNAME= srg PORTVERSION= 1.3.6 @@ -17,19 +13,25 @@ COMMENT= A Squid Report Generator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + USE_BZIP2= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes MAN1= srg.1 +.include + post-patch: @${REINPLACE_CMD} -e \ '/CPPFLAGS/s|-I/usr/local/include|| ; \ /LDFLAGS/s|-L/usr/local/lib||' ${WRKSRC}/configure post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} .for ex in srg.daily srg.monthly srg.weekly ${INSTALL_DATA} ${WRKSRC}/examples/${ex} ${EXAMPLESDIR} -- cgit