diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2021-06-03 21:34:22 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2021-06-03 21:39:47 +0000 |
| commit | 77e8418d5acdbf09119536ca1586b28cdbdecc84 (patch) | |
| tree | e19962384a18997e6f840759095b47d8676a2f66 | |
| parent | 447bf1139fcbaa3beb5142a88e636c7a56e8d5ea (diff) | |
| download | ports-77e8418d5acdbf09119536ca1586b28cdbdecc84.tar.gz ports-77e8418d5acdbf09119536ca1586b28cdbdecc84.zip | |
shells/fish: fix the build with the DEBUG option
Approved by: dbaio (ports)
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
PR: 254654
MFH: 2021Q2
| -rw-r--r-- | shells/fish/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/fish/pkg-plist b/shells/fish/pkg-plist index a40329454945..b8bb34e5c73c 100644 --- a/shells/fish/pkg-plist +++ b/shells/fish/pkg-plist @@ -1036,7 +1036,7 @@ libdata/pkgconfig/fish.pc %%MANPAGES%%%%DATADIR%%/man/man1/exit.1.gz %%MANPAGES%%%%DATADIR%%/man/man1/false.1.gz %%MANPAGES%%%%DATADIR%%/man/man1/fg.1.gz -%%MANPAGES%%%%DATADIR%%/man/man1/fish-%%CMAKE_BUILD_TYPE%%notes.1.gz +%%MANPAGES%%%%DATADIR%%/man/man1/fish-releasenotes.1.gz %%MANPAGES%%%%DATADIR%%/man/man1/fish-completions.1.gz %%MANPAGES%%%%DATADIR%%/man/man1/fish-doc.1.gz %%MANPAGES%%%%DATADIR%%/man/man1/fish-faq.1.gz |
