aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 08:36:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 08:36:36 +0000
commite1d7d7f00f4209bc5561ebb7036408bf9ad49f9f (patch)
treed12c26e3266c16932d72eb0730b9c19216a464e1 /Keywords
parent4dd5f3ed1dc379f3b19b3e4a7cf705428b89879e (diff)
downloadports-e1d7d7f00f4209bc5561ebb7036408bf9ad49f9f.tar.gz
ports-e1d7d7f00f4209bc5561ebb7036408bf9ad49f9f.zip
Use print/texinfo-lite to install info pages
This allows to use modern version of texinfo as well as allow packages to install properly on a system built WITHOUT_INFO
Notes
Notes: svn path=/head/; revision=359201
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/info.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Keywords/info.yaml b/Keywords/info.yaml
index e571d3a1e7a5..6c34caab8527 100644
--- a/Keywords/info.yaml
+++ b/Keywords/info.yaml
@@ -5,11 +5,11 @@
actions: [file]
post-install: |
file=%D/%@
- install-info --quiet %D/%@ %D/info/dir
+ ginstall-info --quiet %D/%@ %D/info/dir
post-deinstall: |
file=%D/%@
- install-info --quiet --delete %D/%@ %D/info/dir
- if [ $(info -d ${file%/*} --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
+ ginstall-info --quiet --delete %D/%@ %D/info/dir
+ if [ $(ginfo -d ${file%/*} --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
rm -f ${file%/*}/dir
fi
if [ ${file%/*} != "%D/info" ]; then