diff options
author | jdp <jdp@FreeBSD.org> | 2002-01-21 21:43:41 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2002-01-21 21:43:41 +0000 |
commit | 70c1a0b794f55027b4fd08fc37afa8e2c77975ce (patch) | |
tree | d6eedfb4b109d1a1fa99e5b604a246eae9eed0fc /lang/ezm3/Makefile | |
parent | 340c03f9a42e12222674f2ce7aa345a70f0dd6d2 (diff) | |
download | FreeBSD-ports-70c1a0b794f55027b4fd08fc37afa8e2c77975ce.zip FreeBSD-ports-70c1a0b794f55027b4fd08fc37afa8e2c77975ce.tar.gz |
Add a pre-install target which checks for conflicting shared
libraries left over from other Modula-3 ports.
Diffstat (limited to 'lang/ezm3/Makefile')
-rw-r--r-- | lang/ezm3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 8d29c2d..ee92f9d 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -64,6 +64,9 @@ do-build: @${ECHO_MSG} "This port does everything in the install step." @${ECHO_MSG} "The build step is a no-op." +pre-install: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/check_conflicts + do-install: @${RM} -rf ${WRKSRC}/${TARGET} @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ |