summaryrefslogtreecommitdiff
path: root/lang/bigloo
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 00:53:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 00:53:19 +0000
commitc92cd658645286c7b4483aad14dfa79eba6526cf (patch)
tree1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /lang/bigloo
parentRestore the -q[uiet] flag to 'sa-learn' that was lost in the 3.0.0 update. (diff)
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150431
Diffstat (limited to 'lang/bigloo')
-rw-r--r--lang/bigloo/Makefile5
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)