Skip to content

Commit

Permalink
benchmarks/netperfmeter: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 15, 2024
1 parent 01916bf commit d2255c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion benchmarks/netperfmeter/Makefile
@@ -1,5 +1,6 @@
PORTNAME= netperfmeter
PORTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= https://www.uni-due.de/~be0001/netperfmeter/download/

Expand All @@ -14,7 +15,6 @@ USES= cmake compiler:c11 shebangfix tar:xz

SHEBANG_FILES= src/pdfembedfonts src/setpdfmetadata src/plot-netperfmeter-results

CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
CMAKE_OFF= WITH_NEAT BUILD_TEST_PROGRAMS
CMAKE_ON= BUILD_PLOT_PROGRAMS

Expand Down
18 changes: 9 additions & 9 deletions benchmarks/netperfmeter/pkg-plist
Expand Up @@ -7,14 +7,14 @@ bin/pdfembedfonts
bin/plot-netperfmeter-results
bin/runtimeestimator
bin/setpdfmetadata
man/man1/combinesummaries.1.gz
man/man1/createsummary.1.gz
man/man1/extractvectors.1.gz
man/man1/getabstime.1.gz
man/man1/netperfmeter.1.gz
man/man1/pdfembedfonts.1.gz
man/man1/plot-netperfmeter-results.1.gz
man/man1/runtimeestimator.1.gz
man/man1/setpdfmetadata.1.gz
share/man/man1/combinesummaries.1.gz
share/man/man1/createsummary.1.gz
share/man/man1/extractvectors.1.gz
share/man/man1/getabstime.1.gz
share/man/man1/netperfmeter.1.gz
share/man/man1/pdfembedfonts.1.gz
share/man/man1/plot-netperfmeter-results.1.gz
share/man/man1/runtimeestimator.1.gz
share/man/man1/setpdfmetadata.1.gz
%%DATADIR%%/plot-netperfmeter-results.R
%%DATADIR%%/plotter.R

0 comments on commit d2255c1

Please sign in to comment.