aboutsummaryrefslogtreecommitdiff
path: root/lang/stklos
diff options
context:
space:
mode:
Diffstat (limited to 'lang/stklos')
-rw-r--r--lang/stklos/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
index 6dffc5216814..db33690de6db 100644
--- a/lang/stklos/Makefile
+++ b/lang/stklos/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stklos
PORTVERSION= 0.82
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -42,6 +42,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|$UID = 0|`id -u` -eq 0|' \
${WRKSRC}/utils/stklos-ext-install \
${WRKSRC}/utils/stklos-install
+ @${REINPLACE_CMD} -e '/&&/s|make|gmake|; /&&/s|configure|./configure|' \
+ ${WRKSRC}/utils/stklos-install
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \