summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-06-01 15:46:43 +0000
committerleot <leot@pkgsrc.org>2018-06-01 15:46:43 +0000
commitff8cba477c44db0c8a31e825c60ebdd43341c9cb (patch)
treef30d53cdcc118a4108bd75db012054a57d440739 /net
parent47df8affe784f9a1259f29941edf2ac68c3acb4f (diff)
downloadpkgsrc-ff8cba477c44db0c8a31e825c60ebdd43341c9cb.tar.gz
hub: Properly install man page via INSTALL_MAN
(Accidentally changed in 2.3.0 update.)
Diffstat (limited to 'net')
-rw-r--r--net/hub/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile
index 9c7feb19108..6e5d473a0a0 100644
--- a/net/hub/Makefile
+++ b/net/hub/Makefile
@@ -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"