diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-10 08:50:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-10 08:50:23 +0000 |
commit | f81925e19cfa324514f21123b77d3d07026d88a5 (patch) | |
tree | e55e8f30cdf153b4986d9b10c8ea8f659acbb691 /wm/enlightenment | |
parent | 506171d445473b4210f66e633e483880c0dbc3bd (diff) | |
download | pkgsrc-f81925e19cfa324514f21123b77d3d07026d88a5.tar.gz |
Fixed pkglint warnings. etc/* is now installed via CONF_FILES. Bumped
PKGREVISION.
Diffstat (limited to 'wm/enlightenment')
-rw-r--r-- | wm/enlightenment/Makefile | 10 | ||||
-rw-r--r-- | wm/enlightenment/PLIST | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index 95e712b1a19..deaa23067af 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/07/10 08:50:23 rillig Exp $ DISTNAME= enlightenment-0.16.7.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 gnome wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} @@ -20,6 +20,11 @@ CONFIGURE_ARGS+= --disable-hints-kde CONFIGURE_ARGS+= --with-imlib-prefix=${BUILDLINK_PREFIX.imlib2} MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP} +INSTALL_MAKE_FLAGS+= sesmdir=${WRKDIR}/.tmp +INSTALLATION_DIRS= etc/X11/dm/Sessions +CONF_FILES+= ${PREFIX}/share/enlightenment/misc/enlightenment.desktop \ + ${PREFIX}/etc/X11/dm/Sessions/enlightenment.desktop + REPLACE_PERL= sample-scripts/bouncingball.pl REPLACE_PERL+= sample-scripts/testroller.pl REPLACE_PERL+= sample-scripts/shade-pagers.pl @@ -28,7 +33,6 @@ REPLACE_PERL+= scripts/e_gen_menu SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= scripts/e_gen_menu - SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g' SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.paths+= -e 's,@X11BASE@,${X11BASE},g' diff --git a/wm/enlightenment/PLIST b/wm/enlightenment/PLIST index bde39783278..f6e5fc1ae2d 100644 --- a/wm/enlightenment/PLIST +++ b/wm/enlightenment/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:07:36 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/07/10 08:50:23 rillig Exp $ bin/edox bin/eesh bin/enlightenment bin/epp bin/starte16 -etc/X11/dm/Sessions/enlightenment.desktop man/man1/enlightenment.1 share/enlightenment/config/actionclasses.cfg share/enlightenment/config/actionclasses.cfg.ja @@ -507,6 +506,3 @@ share/locale/tr/LC_MESSAGES/enlightenment.mo @dirrm share/enlightenment/config/pix @dirrm share/enlightenment/config @dirrm share/enlightenment -@dirrm etc/X11/dm/Sessions -@dirrm etc/X11/dm -@dirrm etc/X11 |