diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-14 15:03:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-14 15:03:30 +0000 |
commit | 47623894e1f8de4fee014eccdc748b8bb806fbcc (patch) | |
tree | 54ad812fa770c6af005b56124b8e8062351f2276 /databases/msql3 | |
parent | 7c105cf921e184d670efa75a55529928d0e98067 (diff) | |
download | ports-47623894e1f8de4fee014eccdc748b8bb806fbcc.tar.gz ports-47623894e1f8de4fee014eccdc748b8bb806fbcc.zip |
Notes
Diffstat (limited to 'databases/msql3')
-rw-r--r-- | databases/msql3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index eebb17efb921..f63f4ed0b366 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -15,6 +15,7 @@ COMMENT= The Mini SQL server, version 2 INSTALLS_SHLIB= YES USE_PERL5= YES +USE_REINPLACE= YES # Not free for commercial use. RESTRICTED= "restrictive copyright (no commercial use)" @@ -29,6 +30,8 @@ MAKE_ENV+= WRKSRC=${WRKSRC} post-patch: cd ${FILESDIR}; \ cp slibinstall.mm slibrary_unix.mm ${WRKSRC}/src/makegen + @${REINPLACE_CMD} -e "s|'bison -y' byacc|byacc 'bison -y'|g" \ + ${WRKSRC}/src/conf/configure do-configure: cd ${WRKSRC}; ${MAKE} target @@ -37,7 +40,8 @@ do-configure: pre-install: @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/check_old_version - PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL + pwd + @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @${INSTALL_SCRIPT} ${WRKSRC}/scripts/run_daemon ${PREFIX}/bin |