diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-09-18 18:42:12 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-09-18 18:42:12 +0000 |
commit | ddd413967740221127c7db3e1fdbd8e63d83f4a7 (patch) | |
tree | 3ad73375e483c0ce050668cd7b632d7dfd92a77e /x11-wm/wmakerconf | |
parent | df76ebd87326566da452afce08313fdf725cdf60 (diff) | |
download | ports-ddd413967740221127c7db3e1fdbd8e63d83f4a7.tar.gz ports-ddd413967740221127c7db3e1fdbd8e63d83f4a7.zip |
Notes
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 26923542cb75..568f956610d2 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -8,11 +8,12 @@ PORTNAME= wmakerconf PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= garga@FreeBSD.org COMMENT= A configuration tool for Window Maker LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker @@ -34,13 +35,14 @@ MAN1= mkpreview.1 wmakerconf.1 post-extract: @${FIND} ${WRKSRC} -name "*.gmo" -delete -pre-configure: +post-patch: @${REINPLACE_CMD} -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/chmod 0/d' ${WRKSRC}/Makefile.in -.for file in data/WMWmakerconf data/WMWmakerconf.gettext - @${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}|g ; \ - s|/usr/share|${X11BASE}|g' ${WRKSRC}/${file} -.endfor + @${REINPLACE_CMD} -E '/\/usr\/share/d; \ + s|/usr/local|${LOCALBASE}|g ; \ + s|/usr/X11R6|${X11BASE}|g; \ + s|(share/pixmaps.*),|\1|g' \ + ${WRKSRC}/data/WMWmakerconf* .for file in data/po/ja.po po/ja.po @${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file} .endfor |