diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-12 11:32:48 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-12 11:32:48 +0800 |
commit | d9af1cb5831002b13d9941d531ce162233212639 (patch) | |
tree | c8c0aa60e4bdf5f3bc37c9ad3d8deb530c4b182a /games | |
parent | 5dd6d64c7146f720f192cb16a3ff28e23f83bf9e (diff) | |
download | freebsd-ports-gnome-d9af1cb5831002b13d9941d531ce162233212639.tar.gz freebsd-ports-gnome-d9af1cb5831002b13d9941d531ce162233212639.tar.zst freebsd-ports-gnome-d9af1cb5831002b13d9941d531ce162233212639.zip |
- remove redundent sed command to adjust pkg-message
PR: ports/142533
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: "Christopher J. Umina" <chris@easymac.org> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-steam/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile index d4b968cae7bf..a7e9ed05cfa9 100644 --- a/games/linux-steam/Makefile +++ b/games/linux-steam/Makefile @@ -36,7 +36,6 @@ do-build: @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @${BRANDELF} -t Linux ${WRKDIR}/${DISTFILES} @${CHMOD} +x ${WRKDIR}/${DISTFILES} && cd ${WRKDIR} && ./${DISTFILES} - @${CAT} pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} do-install: @${MKDIR} ${PREFIX}/${INSTALLDIR} |