diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-13 13:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-13 13:33:57 +0000 |
commit | 1e6531f3f1c3ff10d3d0c5a3aa86557fe3ddd7bb (patch) | |
tree | 3690811a9cabaf8df78f689c6224d07144ffb2e9 /net/lambdamoo | |
parent | 0f5cbd69f15bc00b17e7cbd7399809cfa1443b2e (diff) | |
download | pkgsrc-1e6531f3f1c3ff10d3d0c5a3aa86557fe3ddd7bb.tar.gz |
Make post-build target pre-build target to fix build problems.
Diffstat (limited to 'net/lambdamoo')
-rw-r--r-- | net/lambdamoo/Makefile | 4 |
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" |