aboutsummaryrefslogtreecommitdiff
path: root/lang/stklos/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-12 13:12:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-12 13:12:03 +0000
commit6132bf1f12ff0b506f7b8f9b5f1abc63d33a0b85 (patch)
tree537927267fdf6f82e944437e0e897a80714f73cf /lang/stklos/Makefile
parent60ca1723e40897dc0a3c7c6b6fe96d359a21c332 (diff)
Notes
Diffstat (limited to 'lang/stklos/Makefile')
-rw-r--r--lang/stklos/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
index 991fd334418e..6dffc5216814 100644
--- a/lang/stklos/Makefile
+++ b/lang/stklos/Makefile
@@ -7,6 +7,7 @@
PORTNAME= stklos
PORTVERSION= 0.82
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,7 +35,14 @@ MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 stklos.1 \
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in
@${REINPLACE_CMD} -e 's|-@VERSION@||' ${WRKSRC}/doc/Makefile.in
- @${REINPLACE_CMD} -e 's|^function ||' ${WRKSRC}/utils/stklos-config.in
+ @${REINPLACE_CMD} -e 's|^function ||' \
+ ${WRKSRC}/utils/stklos-config.in \
+ ${WRKSRC}/utils/stklos-ext-install \
+ ${WRKSRC}/utils/stklos-install
+ @${REINPLACE_CMD} -e 's|$UID = 0|`id -u` -eq 0|' \
+ ${WRKSRC}/utils/stklos-ext-install \
+ ${WRKSRC}/utils/stklos-install
+
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \
-e '/install-docpdfDATA install-man install-schemeDATA/d' \