diff options
author | az <az@FreeBSD.org> | 2013-07-27 02:02:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-27 02:02:28 +0800 |
commit | 2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9 (patch) | |
tree | 53f8c34111463747522a7568fe44df9fc44b6932 /x11 | |
parent | e5e04b178b968500c97bed3d336d343e9fae0464 (diff) | |
download | freebsd-ports-gnome-2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9.tar.gz freebsd-ports-gnome-2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9.tar.zst freebsd-ports-gnome-2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9.zip |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keylaunch/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index 4d4008098153..df2bc7d3d2b6 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: keylaunch -# Date created: Sat Nov 17 10:10:07 CDT 2001 -# Whom: mwm@mired.org -# +# Created by: mwm@mired.org # $FreeBSD$ -# PORTNAME= keylaunch PORTVERSION= 1.3.0 @@ -22,7 +18,7 @@ USE_XORG= x11 PKGMESSAGE= ${WRKSRC}/pkg-message post-patch: - @${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin |