1
0
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:
Oliver Braun 2002-08-23 17:23:56 +00:00
parent e9c163624b
commit 5e23f241fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64893
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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>