svn commit: r523535 - head/graphics/dcraw

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


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

Log:
  Update manpage location (r523104)

Modified:
  head/graphics/dcraw/Makefile

Modified: head/graphics/dcraw/Makefile
==============================================================================
--- head/graphics/dcraw/Makefile	Sun Jan 19 11:09:35 2020	(r523534)
+++ head/graphics/dcraw/Makefile	Sun Jan 19 11:09:40 2020	(r523535)
@@ -20,7 +20,7 @@ LIBS+=		-ljasper -ljpeg -llcms2 -lm
 USES=		jpeg localbase tar:xz
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man1/${PORTNAME}.1.gz
+		share/man/man1/${PORTNAME}.1.gz
 
 do-build:
 	@cd ${WRKSRC}/ && ${CC} -o ${PORTNAME} ${CPPFLAGS} ${CFLAGS} \
@@ -28,7 +28,7 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 
 # maintainer section:
 


More information about the svn-ports-all mailing list