diff options
author | dougb <dougb@FreeBSD.org> | 2008-12-31 20:03:34 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-12-31 20:03:34 +0800 |
commit | a0ea7177b2e53873e870469d84d68fa97ba50d9c (patch) | |
tree | 623cf660d2061f132853c18acad4a16d7ddd17fc /x11-wm | |
parent | fe5e699e46aa5b09ff9d8086b35dc6bd07f209aa (diff) | |
download | freebsd-ports-gnome-a0ea7177b2e53873e870469d84d68fa97ba50d9c.tar.gz freebsd-ports-gnome-a0ea7177b2e53873e870469d84d68fa97ba50d9c.tar.zst freebsd-ports-gnome-a0ea7177b2e53873e870469d84d68fa97ba50d9c.zip |
Update windowmaker.org -> windowmaker.info in all places that it occurs.
Bump PORTREVISION to incorporate most recent changes.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 195bf962988a..5635efbabd11 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -7,7 +7,7 @@ PORTNAME= windowmaker PORTVERSION= 0.92.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://dougbarton.us/Downloads/ @@ -86,6 +86,9 @@ post-patch: @${REINPLACE_CMD} -e "s|Trebuchet MS,Luxi Sans|sans|g" ${WRKSRC}/WindowMaker/Defaults/WMGLOBAL @${REINPLACE_CMD} -e "s|/usr/local/GNUstep|${PREFIX}/GNUstep|g" \ ${WRKSRC}/WindowMaker/*menu* + @(for file in `grep -rl windowmaker\.org ${WRKSRC}`; do \ + ${REINPLACE_CMD} -e "s|windowmaker\.org|windowmaker\.info|g" $$file; \ + done) post-install: @${MKDIR} ${PREFIX}/share/WindowMaker/Sounds |