diff options
author | mef <mef@pkgsrc.org> | 2020-04-04 03:22:02 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-04-04 03:22:02 +0000 |
commit | 876918307d9e29ebff80892bdfaf338f801d20cf (patch) | |
tree | bb36e83c0db3bda5f666fd73c6e65b1ac68a3b9c /cross | |
parent | 4003b9eadf4f656b2fa6599d05b9f369539dbe8d (diff) | |
download | pkgsrc-876918307d9e29ebff80892bdfaf338f801d20cf.tar.gz |
(cross/avr-libc) Fix _VECTOR.3 issue on PLIST and options.mk
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-libc/PLIST | 3 | ||||
-rw-r--r-- | cross/avr-libc/options.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/cross/avr-libc/PLIST b/cross/avr-libc/PLIST index 022a924a0c5..2154634b2ad 100644 --- a/cross/avr-libc/PLIST +++ b/cross/avr-libc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2017/01/29 04:29:54 mef Exp $ +@comment $NetBSD: PLIST,v 1.25 2020/04/04 03:22:02 mef Exp $ avr/include/alloca.h avr/include/assert.h avr/include/avr/boot.h @@ -1199,6 +1199,7 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/_MONTHS_.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_MemoryBarrier.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_NOP.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_PROTECTED_WRITE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_VECTOR.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_WEEK_DAYS_.3 ${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_.3 ${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_STRING__.3 diff --git a/cross/avr-libc/options.mk b/cross/avr-libc/options.mk index 8d1db8fdc2f..f5a253df1b5 100644 --- a/cross/avr-libc/options.mk +++ b/cross/avr-libc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2020/03/31 12:59:27 mef Exp $ +# $NetBSD: options.mk,v 1.6 2020/04/04 03:22:02 mef Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc PKG_SUPPORTED_OPTIONS+= doc @@ -53,8 +53,6 @@ post-install: ## delete following or similar files, which includes PATH at build time. ##_usr_pkgsrc_cross_avr-libc_work_avr-libc-1.8.0_libc_string_.3 ${RM} -f ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/*${PKGVERSION_NOREV}* - ${MV} ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/_VECTOR.3 \ - ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/VECTOR.3 . for f in Makefile demo.c demo.bin demo.hex demo.pdf demo.srec ${INSTALL_DATA} ${WRKSRC}/doc/examples/demo/${f} \ ${DESTDIR}${PREFIX}/share/doc/avr-libc/examples/demo |