From b973644bcbfd79872769f77a71634c994f6b80b3 Mon Sep 17 00:00:00 2001 From: rafan Date: Tue, 24 Jul 2007 15:10:14 +0000 Subject: - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr --- textproc/libtre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/libtre') diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index b5983e3de793..5e3d96900b4c 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -22,7 +22,7 @@ CONFLICTS= glimpse-4* # agrep(1) USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS+= --enable-static --mandir=${PREFIX}/man +CONFIGURE_ARGS+= --enable-static CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes -- cgit