summaryrefslogtreecommitdiff
path: root/lang/bigloo
diff options
context:
space:
mode:
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)