summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-07-26 08:41:36 +0000
committerjperkin <jperkin@pkgsrc.org>2016-07-26 08:41:36 +0000
commit50ee501526088ea6a2340f6b66d9b9ec6cde522f (patch)
tree8f75c6d3afb8308c3725757605cfd125a90bbd1d /mk/install
parent5897d7cb2882c54e75405416a05210690ac981ef (diff)
downloadpkgsrc-50ee501526088ea6a2340f6b66d9b9ec6cde522f.tar.gz
Support NetBSD man/html entries. Fixes deforaos-*.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index 5691face206..50cc46d9917 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.68 2016/04/10 15:58:02 joerg Exp $
+# $NetBSD: install.mk,v 1.69 2016/07/26 08:41:36 jperkin Exp $
#
# This file provides the code for the "install" phase.
#
@@ -342,7 +342,7 @@ install-strip-debug: plist
_PLIST_REGEXP.info= \
^([^\/]*\/)*${PKGINFODIR}/[^/]*(\.info)?(-[0-9]+)?(\.gz)?$$
_PLIST_REGEXP.man= \
- ^([^/]*/)+(man[1-9ln](am|f)?/[^/]*\.[1-9ln](am|f)?|cat[1-9ln](am|f)?/[^/]*\.[0-9])(\.gz)?$$
+ ^([^/]*/)+((man|html)[1-9ln](am|f)?/[^/]*\.([1-9ln](am|f)?|html)|cat[1-9ln](am|f)?/[^/]*\.[0-9])(\.gz)?$$
_DOC_COMPRESS= \
${PKGSRC_SETENV} PATH=${PATH:Q} \