Skip to content

Commit

Permalink
lang/rexx-regina: 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 31, 2024
1 parent 86f88ac commit 291e261
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions lang/rexx-regina/Makefile
@@ -1,5 +1,6 @@
PORTNAME= regina
PORTVERSION= 3.9.3
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}:source \
SF/${PORTNAME}-rexx/${PORTNAME}-documentation/3.9.1:docs
Expand All @@ -19,6 +20,7 @@ USES= gmake iconv ncurses
USE_LDCONFIG= yes
USE_RC_SUBR= rxstack
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-addon-dir=${PREFIX}/lib/Regina-REXX/addons
CONFIGURE_ENV= ac_cv_c_char_unsigned=yes
MAKE_JOBS_UNSAFE= yes
Expand Down Expand Up @@ -48,7 +50,7 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKDIR}/regutil.pdf ${STAGEDIR}${DOCSDIR}

post-stage:
@${LN} -f ${STAGEDIR}/${PREFIX}/man/man1/regina.1.gz \
${STAGEDIR}/${PREFIX}/man/man1/rexx.1.gz
@${LN} -f ${STAGEDIR}/${PREFIX}/share/man/man1/regina.1.gz \
${STAGEDIR}/${PREFIX}/share/man/man1/rexx.1.gz

.include <bsd.port.mk>
10 changes: 5 additions & 5 deletions lang/rexx-regina/pkg-plist
Expand Up @@ -10,11 +10,11 @@ lib/Regina-REXX/addons/librxtest2.so
lib/libregina.a
lib/libregina.so
libdata/pkgconfig/libregina.pc
man/man1/regina.1.gz
man/man1/rexx.1.gz
man/man1/regina-config.1.gz
man/man1/rxqueue.1.gz
man/man1/rxstack.1.gz
share/man/man1/regina.1.gz
share/man/man1/rexx.1.gz
share/man/man1/regina-config.1.gz
share/man/man1/rxqueue.1.gz
share/man/man1/rxstack.1.gz
%%DATADIR%%/de.mtb
%%DATADIR%%/en.mtb
%%DATADIR%%/es.mtb
Expand Down

0 comments on commit 291e261

Please sign in to comment.