diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2010-11-29 01:54:06 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2010-11-29 01:54:06 +0000 |
commit | b248495a39c8b98bd74a3722d40d23543c73c562 (patch) | |
tree | 163615ab5395252ce7bce14f52bd468fd036cc3e /x11/fbpanel/Makefile | |
parent | e9c5ec8867b0c01d540ce1b8c1feb670bef72cec (diff) |
Notes
Diffstat (limited to 'x11/fbpanel/Makefile')
-rw-r--r-- | x11/fbpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |