graphics/fig2sxd: Move manpages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-21 14:03:38 +01:00
parent bd78f73c07
commit e20ed7844b

View file

@ -1,6 +1,7 @@
PORTNAME= fig2sxd
DISTVERSIONPREFIX= v
DISTVERSION= 0.23
PORTREVISION= 1
DISTVERSIONSUFFIX= -gedae2ef
CATEGORIES= graphics converters
@ -13,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler gmake
USE_GITLAB= yes
GL_ACCOUNT= acfbuerger
GL_TAGNAME= 77a24df7a2b1bea8a8a7e73690487a9e80a15d48
PLIST_FILES= bin/fig2sxd man/man1/fig2sxd.1.gz
PLIST_FILES= bin/fig2sxd \
share/man/man1/fig2sxd.1.gz
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
@ -29,6 +30,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>