diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /lang/bigloo | |
parent | c8d78958955dc56f6c297504b1242b12275acaaa (diff) |
Notes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 5ac34e5f2ba5..d13f131f00df 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -49,13 +49,10 @@ post-configure: BROKEN= "Does not compile on !i386" .endif -post-install: install-info +post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/bigloo.sh | ${SED} "s|%%BIGLOO_VERSION%%|${PORTVERSION}|g" > ${PREFIX}/etc/rc.d/000.bigloo.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.bigloo.sh -install-info: - @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir - test: build @(cd ${WRKSRC}; ${GMAKE} test) |