From a602c36be3b82f5f57985f37f330addac4044547 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 11 Jun 2001 21:36:02 +0000 Subject: o remove input redirection for sed o add missing '/' to the HOMEPAGE --- x11/xteddy2/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11/xteddy2/Makefile') diff --git a/x11/xteddy2/Makefile b/x11/xteddy2/Makefile index 23cc83913bd..dc82499fe02 100644 --- a/x11/xteddy2/Makefile +++ b/x11/xteddy2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:59 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/11 21:36:02 zuntum Exp $ DISTNAME= xteddy-2.0.1 CATEGORIES= x11 games MASTER_SITES= http://www.ITN.LiU.SE/~stegu/xteddy/ MAINTAINER= johnam@mail.kemper.org -HOMEPAGE= http://www.ITN.LiU.SE/~stegu/xteddy +HOMEPAGE= http://www.ITN.LiU.SE/~stegu/xteddy/ COMMENT= Teddy bear for your desktop DEPENDS+= imlib-1.9.*:../../graphics/imlib @@ -21,16 +21,16 @@ LDFLAGS+= -L${X11BASE}/lib -R${X11BASE}/lib # for libImlib pre-configure: ${SED} \ -e 's|@PREFIX@|${PREFIX}|' \ - <${WRKSRC}/configure >${WRKSRC}/configure.new + ${WRKSRC}/configure >${WRKSRC}/configure.new ${MV} ${WRKSRC}/configure.new ${WRKSRC}/configure ${CHMOD} 755 ${WRKSRC}/configure ${SED} \ -e 's|@PREFIX@|${PREFIX}|' \ - <${WRKSRC}/xteddy_test >${WRKSRC}/xteddy_test.new + ${WRKSRC}/xteddy_test >${WRKSRC}/xteddy_test.new ${MV} ${WRKSRC}/xteddy_test.new ${WRKSRC}/xteddy_test ${SED} \ -e 's|@PREFIX@|${PREFIX}|' \ - <${WRKSRC}/xtoys >${WRKSRC}/xtoys.new + ${WRKSRC}/xtoys >${WRKSRC}/xtoys.new ${MV} ${WRKSRC}/xtoys.new ${WRKSRC}/xtoys .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3