diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-26 09:03:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-26 09:03:17 +0000 |
commit | f295aadba79ac534338bcf0ac97d0634b85929c7 (patch) | |
tree | 22bca92c89fefa5e78965d3e4907f2b6643fd10d /x11-wm/xfce4/Makefile | |
parent | 156dcffe44c76abcd514ed0e499e393a7dca4eeb (diff) | |
download | ports-f295aadba79ac534338bcf0ac97d0634b85929c7.tar.gz ports-f295aadba79ac534338bcf0ac97d0634b85929c7.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 79e50d6032f5..5e967100fcf1 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share \ + --sysconfdir=${PREFIX}/etc \ --with-xpm=${X11BASE} MAN1= xfbd.1 xfce.1 xfclock.1 xfgnome.1 xfhelp.1 xflock.1 xfmouse.1 \ |