Skip to content

Commit

Permalink
devel/avr-gcc: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 27, 2024
1 parent 24916a6 commit e848843
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion devel/avr-gcc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gcc
PORTVERSION= 11.2.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GCC
PKGNAMEPREFIX= avr-
Expand Down Expand Up @@ -32,6 +32,7 @@ USE_LDCONFIG= ${PREFIX}/lib/gcci/avr/${SUFFIX}
USE_PERL5= build

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-libssp \
--enable-languages="c c++" \
--target=avr \
Expand Down
20 changes: 10 additions & 10 deletions devel/avr-gcc/pkg-plist
Expand Up @@ -955,16 +955,16 @@ libexec/gcc/avr/%%VERSION%%/liblto_plugin.so
libexec/gcc/avr/%%VERSION%%/lto-wrapper
libexec/gcc/avr/%%VERSION%%/lto1
libexec/gcc/avr/%%VERSION%%/plugin/gengtype
man/man1/avr-cpp.1.gz
man/man1/avr-g++.1.gz
man/man1/avr-gcc.1.gz
man/man1/avr-gcov-dump.1.gz
man/man1/avr-gcov-tool.1.gz
man/man1/avr-gcov.1.gz
man/man1/avr-lto-dump.1.gz
man/man7/fsf-funding.7.gz
man/man7/gfdl.7.gz
man/man7/gpl.7.gz
share/man/man1/avr-cpp.1.gz
share/man/man1/avr-g++.1.gz
share/man/man1/avr-gcc.1.gz
share/man/man1/avr-gcov-dump.1.gz
share/man/man1/avr-gcov-tool.1.gz
share/man/man1/avr-gcov.1.gz
share/man/man1/avr-lto-dump.1.gz
share/man/man7/fsf-funding.7.gz
share/man/man7/gfdl.7.gz
share/man/man7/gpl.7.gz
%%NLS%%share/locale/be/LC_MESSAGES/cpplib.mo
%%NLS%%share/locale/be/LC_MESSAGES/gcc.mo
%%NLS%%share/locale/ca/LC_MESSAGES/cpplib.mo
Expand Down

0 comments on commit e848843

Please sign in to comment.