pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

hub: Use INSTALL_MAN to install the man page



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jan 2 15:09:43 2018 +0100
Changeset:	22e588d37e34c47f16980abab285eaaa6d02f957

Modified Files:
	hub/Makefile

Log Message:
hub: Use INSTALL_MAN to install the man page

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22e588d37e34c47f16980abab285eaaa6d02f957

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 hub/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/hub/Makefile b/hub/Makefile
index 2aa599bf2e..0ba05b8e40 100644
--- a/hub/Makefile
+++ b/hub/Makefile
@@ -31,6 +31,6 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/hub ${DESTDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/man/hub.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+	${INSTALL_MAN} ${WRKSRC}/man/hub.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index