mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix MASTER_SITES (1) and WWW.
${PERL} -> ${REINPLACE_CMD} PR: ports/41939 Submitted by: Josef El-Rayes <shammer@satanii.enemy.org> (1), maintainer Approved by: dwcjr (mentor)
This commit is contained in:
parent
e9c163624b
commit
5e23f241fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64893
@ -8,7 +8,7 @@
|
||||
PORTNAME= wmthemeinstall
|
||||
PORTVERSION= 0.62
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://hellblazer.linuxprojects.net/projects/wmthemeinstall/download/
|
||||
MASTER_SITES= http://www.jeremias.net/wmthemeinstall/download/
|
||||
|
||||
MAINTAINER= adam-ports@blacktabby.org
|
||||
|
||||
@ -18,9 +18,10 @@ USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
pre-build:
|
||||
@${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/wmOptions.c
|
||||
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/wmOptions.c
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/wmthemeinstall ${PREFIX}/bin
|
||||
|
@ -2,7 +2,7 @@ wmthemeinstall is a neat program that helps windowmaker users
|
||||
manage their themes, i.e. install them, turn them on, move them
|
||||
around, etc.
|
||||
|
||||
WWW: http://hellblazer.linuxprojects.net/projects/wmthemeinstall/
|
||||
WWW: http://www.jeremias.net/wmthemeinstall/download/
|
||||
Author: Craig Hanson <grunyon@mtlug.org>
|
||||
|
||||
- Adam <adam-ports@blacktabby.org>
|
||||
|
Loading…
Reference in New Issue
Block a user