svn commit: r560710 - head/net/gitup

Renato Botelho garga at FreeBSD.org
Thu Jan 7 13:36:44 UTC 2021


Author: garga
Date: Thu Jan  7 13:36:43 2021
New Revision: 560710
URL: https://svnweb.freebsd.org/changeset/ports/560710

Log:
  Followup r560709 that had a local modification
  
  Respect ${PREFIX}/share/man for manpages

Modified:
  head/net/gitup/Makefile

Modified: head/net/gitup/Makefile
==============================================================================
--- head/net/gitup/Makefile	Thu Jan  7 13:35:03 2021	(r560709)
+++ head/net/gitup/Makefile	Thu Jan  7 13:36:43 2021	(r560710)
@@ -24,9 +24,9 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/gitup.1 \
-		${STAGEDIR}${MAN1PREFIX}/share/man/man1
+		${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_MAN} ${WRKSRC}/gitup.conf.5 \
-		${STAGEDIR}${MAN5PREFIX}/share/man/man5
+		${STAGEDIR}${PREFIX}/share/man/man5
 	${INSTALL_DATA} ${WRKSRC}/gitup.conf \
 		${STAGEDIR}${PREFIX}/etc/gitup.conf.sample
 


More information about the svn-ports-all mailing list