- The stklos-install assumes current directory is in PATH and make is
the GNU make. They are not always correct. PR: ports/111151 Submitted by: clemens fischer <ino-news at spotteswoode.dnsalias.org> Approved by: maintainer timeout (11 weeks)
This commit is contained in:
@@ -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/' \
|
||||
|
||||
Reference in New Issue
Block a user