mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
graphics/fig2sxd: Move manpages to share/man
This commit is contained in:
parent
bd78f73c07
commit
e20ed7844b
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue