From b248495a39c8b98bd74a3722d40d23543c73c562 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Mon, 29 Nov 2010 01:54:06 +0000 Subject: Fix PREFIX in configure environment. PR: ports/152532 Submitted by: Charlie Kester (maintainer) Approved by: itetcu (implicit) --- x11/fbpanel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/fbpanel/Makefile') diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 167be5c474bb..d10a202b9703 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gtk20 HAS_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV+= PREFIX=${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX} MAN1= fbpanel.1 MANCOMPRESSED= no -- cgit v1.2.3