diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 12:26:24 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 12:26:24 +0800 |
commit | e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04 (patch) | |
tree | f7a24167c4a9465088eb26279489d5c7673e76e3 /x11-fonts | |
parent | 62677fa97f4b40c20f198483ccfbf62f9b55b849 (diff) | |
download | marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.tar marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.tar.gz marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.tar.bz2 marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.tar.lz marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.tar.xz marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.tar.zst marcuscom-ports-e96c5e2f1b8c1524aaf7e77cc69a86650c2f3d04.zip |
Fix the share/gnome/ -> share/.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9776 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gnome-font-sampler/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/gnome-font-sampler/Makefile b/x11-fonts/gnome-font-sampler/Makefile index 2ed35976d..78de511bc 100644 --- a/x11-fonts/gnome-font-sampler/Makefile +++ b/x11-fonts/gnome-font-sampler/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-font-sampler PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://linuxadvocate.org/projects/gfontsampler/downloads/ DISTNAME= gfontsampler-${PORTVERSION} @@ -23,7 +23,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e \ - '/^CFLAGS=""$$/ d; s|gtk+-2.0|pangoxft &|' ${WRKSRC}/configure + 's|^packagedatadir=.*|packagedatadir=share| ; \ + s|^packagepixmapsdir=.*|packagepixmapsdir=share/pixmaps| ; \ + s|^packagemenudir=.*|packagemenudir=share/applications|; \ + /^CFLAGS=""$$/ d; s|gtk+-2.0|pangoxft &|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|\(@NO_PREFIX_PACKAGE_MENU_DIR@\)/Utilities|\1|' \ ${WRKSRC}/Makefile.in |