pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/halibut
Module Name: pkgsrc
Committed By: nia
Date: Mon Nov 30 12:31:20 UTC 2020
Modified Files:
pkgsrc/textproc/halibut: Makefile
Log Message:
halibut: Use INSTALL_MAN not INSTALL_PROGRAM
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/halibut/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/halibut/Makefile
diff -u pkgsrc/textproc/halibut/Makefile:1.16 pkgsrc/textproc/halibut/Makefile:1.17
--- pkgsrc/textproc/halibut/Makefile:1.16 Thu Nov 26 16:28:11 2020
+++ pkgsrc/textproc/halibut/Makefile Mon Nov 30 12:31:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/11/26 16:28:11 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/11/30 12:31:20 nia Exp $
DISTNAME= halibut-1.2
CATEGORIES= textproc
@@ -24,7 +24,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/halibut \
${DESTDIR}${PREFIX}/bin/halibut
- ${INSTALL_PROGRAM} ${WRKSRC}/doc/halibut.1 \
+ ${INSTALL_MAN} ${WRKSRC}/doc/halibut.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/halibut.1
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index