svn commit: r523531 - in head/audio/id3v2: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 19 11:09:19 UTC 2020


Author: sunpoet
Date: Sun Jan 19 11:09:18 2020
New Revision: 523531
URL: https://svnweb.freebsd.org/changeset/ports/523531

Log:
  Update manpage location (r523104)

Modified:
  head/audio/id3v2/Makefile
  head/audio/id3v2/files/patch-Makefile

Modified: head/audio/id3v2/Makefile
==============================================================================
--- head/audio/id3v2/Makefile	Sun Jan 19 11:09:12 2020	(r523530)
+++ head/audio/id3v2/Makefile	Sun Jan 19 11:09:18 2020	(r523531)
@@ -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>

Modified: head/audio/id3v2/files/patch-Makefile
==============================================================================
--- head/audio/id3v2/files/patch-Makefile	Sun Jan 19 11:09:12 2020	(r523530)
+++ head/audio/id3v2/files/patch-Makefile	Sun Jan 19 11:09:18 2020	(r523531)
@@ -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


More information about the svn-ports-all mailing list