1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Update manpage location (r523104)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-19 11:09:18 +00:00
parent a30d58e9f7
commit 271bcbad44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523531
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ LIB_DEPENDS= libid3.so:audio/id3lib
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/id3v2 \
man/man1/id3v2.1.gz
share/man/man1/id3v2.1.gz
.include <bsd.port.mk>

View File

@ -26,7 +26,7 @@
- nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1
+install:
+ ${BSD_INSTALL_PROGRAM} id3v2 ${DESTDIR}${PREFIX}/bin
+ ${BSD_INSTALL_MAN} id3v2.1 ${DESTDIR}${PREFIX}/man/man1
+ ${BSD_INSTALL_MAN} id3v2.1 ${DESTDIR}${PREFIX}/share/man/man1
clean:
rm -f id3v2 create_map core *.o