aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-06 20:19:21 +0800
committerantoine <antoine@FreeBSD.org>2013-12-06 20:19:21 +0800
commit3e247da3f9288321c80314284330e0c12680c1a0 (patch)
tree86ebe5b649adeac40ea66b9950a1f95acb0688ca
parent67ae7933eb78b108ac8e8002469e48a301923e97 (diff)
downloadfreebsd-ports-gnome-3e247da3f9288321c80314284330e0c12680c1a0.tar.gz
freebsd-ports-gnome-3e247da3f9288321c80314284330e0c12680c1a0.tar.zst
freebsd-ports-gnome-3e247da3f9288321c80314284330e0c12680c1a0.zip
Some ports install their info pages gzipped (devel/cvs or lang/gauche for
instance) Handle this case Approved by: portmgr (bapt)
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 43b737273852..15564d77184c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6015,8 +6015,7 @@ add-plist-info:
@${ECHO_CMD} "@exec install-info --quiet %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \
>> ${TMPPLIST}
.else
- @${ECHO_CMD} "@info ${INFO_PATH}/$i.info" >> ${TMPPLIST}
- @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info-* 2>/dev/null | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST}
+ @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* 2>/dev/null | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST}
.endif
.endfor
.if defined(INFO_SUBDIR)