summaryrefslogtreecommitdiff
path: root/x11/xteddy2
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-11 21:36:02 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-11 21:36:02 +0000
commita8f6f5fee0f80594f4f18b79942739d4f2f4a16c (patch)
treec879b93f44fb228d65acf9384400fce9291408a6 /x11/xteddy2
parent6cf82d276c87b7ed60c3cec2c27255e9984a497a (diff)
downloadpkgsrc-a8f6f5fee0f80594f4f18b79942739d4f2f4a16c.tar.gz
o remove input redirection for sed
o add missing '/' to the HOMEPAGE
Diffstat (limited to 'x11/xteddy2')
-rw-r--r--x11/xteddy2/Makefile10
1 files changed, 5 insertions, 5 deletions
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"