diff options
author | jperkin <jperkin> | 2016-07-26 08:41:36 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-07-26 08:41:36 +0000 |
commit | 45059ff0dec434532384100965cf5029b49dff2f (patch) | |
tree | b1ad14aea410afe739f5258c5e9076bf03db7e43 /mk/install | |
parent | 2165cd748c6573a2977234d6ae238abe00f5e7bf (diff) | |
download | pkgsrc-45059ff0dec434532384100965cf5029b49dff2f.tar.gz |
Support NetBSD man/html entries. Fixes deforaos-*.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/install.mk | 4 |
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} \ |