diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-12 20:27:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-12 20:27:37 +0200 |
commit | 81d6540dfb2267bb572d462ebd48148e1ac470bc (patch) | |
tree | 275e4e3a916cda0c0a827fa8a485d5dc7666e624 /package/perl/Makefile | |
parent | dbe971aed8e6c20f1f4698ef52f1e48c88840036 (diff) |
perl: do not install manpages
Diffstat (limited to 'package/perl/Makefile')
-rw-r--r-- | package/perl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/perl/Makefile b/package/perl/Makefile index b4c1008cf..4d93b4570 100644 --- a/package/perl/Makefile +++ b/package/perl/Makefile @@ -26,6 +26,7 @@ $(eval $(call HOST_template,PERL,perl,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,PERL,perl,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) HOST_STYLE:= manual +INSTALL_TARGET:= install.perl CONFIG_STYLE:= minimal CONFIGURE_ARGS:= --target=$(GNU_TARGET_NAME) \ --target-tools-prefix=$(TARGET_CROSS) \ |