Skip to content

Commit

Permalink
math/rexx-regmath: 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 Feb 24, 2024
1 parent 52f80c9 commit 57c4fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions math/rexx-regmath/Makefile
@@ -1,6 +1,6 @@
PORTNAME= regmath
PORTVERSION= 1.00
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://home.interlog.com/~ptjm/ \
http://www.ancientgeek.org.uk/distfiles/
Expand All @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/math
USE_LDCONFIG= yes
MAKEFILE= Makefile.bsd

PLIST_FILES= lib/librexxmath.so lib/librxmath.so man/man1/regmath.1.gz
PLIST_FILES= lib/librexxmath.so lib/librxmath.so share/man/man1/regmath.1.gz

SUB_FILES= regmath.1 README testrxmath testrexxmath

Expand All @@ -39,7 +39,7 @@ CFLAGS+= -Wno-incompatible-pointer-types
do-install:
${INSTALL_LIB} ${WRKSRC}/librexxmath.so ${STAGEDIR}${PREFIX}/lib/
${INSTALL_LIB} ${WRKSRC}/librxmath.so ${STAGEDIR}${PREFIX}/lib/
${INSTALL_MAN} ${WRKDIR}/regmath.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKDIR}/regmath.1 ${STAGEDIR}${PREFIX}/share/man/man1/

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 57c4fa7

Please sign in to comment.