summaryrefslogtreecommitdiff
path: root/net/lambdamoo
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-13 13:33:57 +0000
committerwiz <wiz>2003-01-13 13:33:57 +0000
commitb26d240f5ac4623b1c35c7696fc2cc45026a5f77 (patch)
tree3690811a9cabaf8df78f689c6224d07144ffb2e9 /net/lambdamoo
parent0f2fc61f9ac047cfa47bebd7bda73e7d52d5f6b5 (diff)
downloadpkgsrc-b26d240f5ac4623b1c35c7696fc2cc45026a5f77.tar.gz
Make post-build target pre-build target to fix build problems.
Diffstat (limited to 'net/lambdamoo')
-rw-r--r--net/lambdamoo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile
index 3d64d6410a0..04040b5aaee 100644
--- a/net/lambdamoo/Makefile
+++ b/net/lambdamoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/05/26 00:57:15 rh Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/13 13:33:57 wiz Exp $
DISTNAME= LambdaMOO-1.8.1
PKGNAME= lambdamoo-1.8.1
@@ -28,7 +28,7 @@ ALL_TARGET=
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/MOO-1.8.1
-post-build:
+pre-build:
${MV} ${WRKSRC}/restart.sh ${WRKSRC}/restart.sh.in
${SED} <${WRKSRC}/restart.sh.in >${WRKSRC}/restart.sh \
"s|__PREFIX__|${PREFIX}|g"