From d6428c128a0c89c05e74323a0fae273668734f0e Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 8 Feb 2003 05:27:23 +0000 Subject: Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=. Submitted by: Ports Fury --- www/cadaver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/cadaver') diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 91fc5eaf0a49..6905c4c6f3c6 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -25,8 +25,8 @@ ALL_TARGET= cadaver MAN1= cadaver.1 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -- cgit v1.2.3