diff options
Diffstat (limited to 'x11/xfce4-exo/Makefile')
-rw-r--r-- | x11/xfce4-exo/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/xfce4-exo/Makefile b/x11/xfce4-exo/Makefile index 9ef39816f52..136d43692f9 100644 --- a/x11/xfce4-exo/Makefile +++ b/x11/xfce4-exo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/12/09 10:33:36 ahoka Exp $ +# $NetBSD: Makefile,v 1.6 2008/12/18 16:38:08 hira Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -8,12 +8,17 @@ XFCE4_VERSION= 0.3.4 DISTNAME= exo-${XFCE4_VERSION} PKGNAME= xfce4-exo-${XFCE4_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 COMMENT= Xfce extension library DEPENDS+= p5-URI>=0:../../www/p5-URI +PKG_SYSCONFSUBDIR= xdg/xfce4 +EGDIR= ${XFCE4_EGBASE} +CONF_FILES= ${EGDIR:Q}/helpers.rc ${PKG_SYSCONFDIR:Q}/helpers.rc +OWN_DIRS+= ${EGDIR} + .include "options.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |