pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/hub
Module Name: pkgsrc
Committed By: leot
Date: Fri Jun 1 15:46:43 UTC 2018
Modified Files:
pkgsrc/net/hub: Makefile
Log Message:
hub: Properly install man page via INSTALL_MAN
(Accidentally changed in 2.3.0 update.)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/hub/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/hub/Makefile
diff -u pkgsrc/net/hub/Makefile:1.4 pkgsrc/net/hub/Makefile:1.5
--- pkgsrc/net/hub/Makefile:1.4 Fri Jun 1 15:42:22 2018
+++ pkgsrc/net/hub/Makefile Fri Jun 1 15:46:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/06/01 15:42:22 leot Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/01 15:46:43 leot Exp $
DISTNAME= hub-2.3.0
CATEGORIES= net
@@ -35,7 +35,7 @@ pre-patch:
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/hub ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/share/man/man1/hub.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/share/man/man1/hub.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index