diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-wm/wmakerconf | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/wmakerconf/pkg-plist | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 59132a7efbcb..e49d432c0d58 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -3,11 +3,12 @@ # Whom: Dominik Rothert <dr@domix.de> # # $FreeBSD$ +# $MCom: ports/x11-wm/wmakerconf/Makefile,v 1.2 2006/10/05 07:31:44 mezz Exp $ # PORTNAME= wmakerconf PORTVERSION= 2.11 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://www.starplot.org/wmakerconf/ @@ -18,8 +19,9 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm USE_X_PREFIX= yes -USE_GNOME= gnomehier gnometarget gtk20 +USE_GNOME= gnometarget gtk20 USE_PERL5= yes +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker" @@ -41,8 +43,8 @@ pre-configure: .endfor post-install: - @${MKDIR} ${PREFIX}/share/gnome/applications + @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/wmakerconf.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications .include <bsd.port.mk> diff --git a/x11-wm/wmakerconf/pkg-plist b/x11-wm/wmakerconf/pkg-plist index d429aa30d49c..1ad7c5741837 100644 --- a/x11-wm/wmakerconf/pkg-plist +++ b/x11-wm/wmakerconf/pkg-plist @@ -1,6 +1,6 @@ bin/mkpreview bin/wmakerconf -share/gnome/applications/wmakerconf.desktop +share/applications/wmakerconf.desktop share/locale/ca/LC_MESSAGES/wmakerconf.mo share/locale/da/LC_MESSAGES/wmakerconf-data.mo share/locale/da/LC_MESSAGES/wmakerconf.mo @@ -60,3 +60,4 @@ share/locale/tr/LC_MESSAGES/wmakerconf.mo %%DATADIR%%/wmakerconf.xpm %%DATADIR%%/workspace.xpm @dirrm %%DATADIR%% +@dirrmtry share/applications |