Skip to content

Commit

Permalink
*: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 17, 2024
1 parent 52f1668 commit f74d6e1
Show file tree
Hide file tree
Showing 7 changed files with 257 additions and 253 deletions.
3 changes: 2 additions & 1 deletion math/asymptote/Makefile
@@ -1,6 +1,6 @@
PORTNAME= asymptote
PORTVERSION= 2.81
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
Expand Down Expand Up @@ -34,6 +34,7 @@ USE_PYQT= pyqt5:run

CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-lsp # disable the module with Boost-related errors

MAKE_ENV= ASYMPTOTE_HOME=${WRKDIR} HOME=${WRKDIR}
Expand Down
4 changes: 2 additions & 2 deletions math/asymptote/pkg-plist
@@ -1,7 +1,5 @@
bin/asy
bin/xasy
man/man1/asy.1.gz
man/man1/xasy.1x.gz
%%DATADIR%%/CAD.asy
%%DATADIR%%/GUI/CustMatTransform.py
%%DATADIR%%/GUI/DebugFlags.py
Expand Down Expand Up @@ -274,6 +272,8 @@ share/info/asymptote/triangulate.png
share/info/asymptote/unitcircle3.png
share/info/asymptote/vectorfield.png
share/info/asymptote/westnile.png
share/man/man1/asy.1.gz
share/man/man1/xasy.1x.gz
%%TEXMFLOCALDIR%%/tex/context/third/asymptote/colo-asy.tex
%%TEXMFLOCALDIR%%/tex/latex/asymptote/asycolors.sty
%%TEXMFLOCALDIR%%/tex/latex/asymptote/asymptote.sty
Expand Down
4 changes: 3 additions & 1 deletion multimedia/arcan/Makefile
Expand Up @@ -26,7 +26,9 @@ WRKSRC_SUBDIR= src
CMAKE_ON= HYBRID_HEADLESS
CMAKE_OFF= STATIC_LIBUVC
CMAKE_ARGS= -DDISTR_TAG:STRING="portbld" \
-DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}"
-DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}" \
-DMAN_DEST=share/man/man1 \
-DAPIMAN_DEST=share/man/man3
LDFLAGS+= -Wl,--as-needed # bzip2, ffmpeg, librt, libutil, lzma, zlib
LDFLAGS_i386= -Wl,-z,notext

Expand Down

0 comments on commit f74d6e1

Please sign in to comment.