diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:32:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:32:17 +0000 |
commit | 03c7f3c4124caf0cd8735753986ee630eadd37a1 (patch) | |
tree | 189a80efa2e38aa19030ea7b4b8cb695b45c1793 /science | |
parent | 7f150628b82a9393c17e596a0b838a425c3842ea (diff) | |
download | ports-03c7f3c4124caf0cd8735753986ee630eadd37a1.tar.gz ports-03c7f3c4124caf0cd8735753986ee630eadd37a1.zip |
Diffstat (limited to 'science')
-rw-r--r-- | science/epte/Makefile | 6 | ||||
-rw-r--r-- | science/pulseview/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/science/epte/Makefile b/science/epte/Makefile index 2e0b2f18d78f..a280f7a424d5 100644 --- a/science/epte/Makefile +++ b/science/epte/Makefile @@ -1,6 +1,6 @@ PORTNAME= epte PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.toddmiller.com/epte/ @@ -15,13 +15,13 @@ ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/epte \ - man/man1/epte.1.gz + share/man/man1/epte.1.gz post-patch: @${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/epte ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/epte.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/epte.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index 95c488f726e2..b041921d7798 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -1,6 +1,6 @@ PORTNAME= pulseview PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ @@ -23,10 +23,10 @@ USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5 USE_GNOME= glibmm glib20 libsigc++20 USE_QT= buildtools:build core gui linguisttools:build qmake:build svg widgets -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${PREFIX}/share/man \ -DDISABLE_WERROR:BOOL=TRUE -PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz \ +PLIST_FILES= bin/pulseview share/man/man1/pulseview.1.gz \ share/applications/org.sigrok.PulseView.desktop \ share/icons/hicolor/48x48/apps/pulseview.png \ share/icons/hicolor/scalable/apps/pulseview.svg \ |