diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /deskutils/buoh | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'deskutils/buoh')
-rw-r--r-- | deskutils/buoh/Makefile | 9 | ||||
-rw-r--r-- | deskutils/buoh/pkg-plist | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index 1769c5c078e0..06ead610ab50 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -7,7 +7,7 @@ PORTNAME= buoh PORTVERSION= 0.8.1 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= deskutils www gnome MASTER_SITES= http://buoh.steve-o.org/downloads/ @@ -18,7 +18,7 @@ LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -46,7 +46,7 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/applications|g' \ + @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/applications|g' \ ${WRKSRC}/data/Makefile.in post-install: @@ -56,7 +56,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif + @${MKDIR} ${LOCALBASE}/share/pixmaps @${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \ - ${X11BASE}/share/pixmaps/buoh64x64.png + ${LOCALBASE}/share/pixmaps/buoh64x64.png .include <bsd.port.post.mk> diff --git a/deskutils/buoh/pkg-plist b/deskutils/buoh/pkg-plist index 9ab5c41782bd..f1923d82b3aa 100644 --- a/deskutils/buoh/pkg-plist +++ b/deskutils/buoh/pkg-plist @@ -11,6 +11,7 @@ share/applications/buoh.desktop %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO share/pixmaps/buoh64x64.png +@dirrmtry share/pixmaps %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%%/pixmaps |