Skip to content

Commit

Permalink
devel/avarice: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 5, 2024
1 parent 1fc26a3 commit 4e5d8db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions devel/avarice/Makefile
@@ -1,5 +1,6 @@
PORTNAME= avarice
PORTVERSION= 2.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand All @@ -13,6 +14,7 @@ USES= compiler:c11 perl5 tar:bzip2
USE_CXXSTD= c++14

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= ac_cv_path_pathperl=${PERL}

.include <bsd.port.mk>
10 changes: 5 additions & 5 deletions devel/avarice/pkg-plist
Expand Up @@ -3,9 +3,9 @@ bin/start-avarice
bin/kill-avarice
bin/ice-gdb
bin/ice-insight
man/man1/avarice.1.gz
man/man1/ice-gdb.1.gz
man/man1/ice-insight.1.gz
man/man1/kill-avarice.1.gz
man/man1/start-avarice.1.gz
share/man/man1/avarice.1.gz
share/man/man1/ice-gdb.1.gz
share/man/man1/ice-insight.1.gz
share/man/man1/kill-avarice.1.gz
share/man/man1/start-avarice.1.gz
share/avarice/gdb-avarice-script

0 comments on commit 4e5d8db

Please sign in to comment.