pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/rtl-sdr
Module Name: pkgsrc
Committed By: gdt
Date: Sun Aug 18 19:00:03 UTC 2024
Modified Files:
pkgsrc/ham/rtl-sdr: Makefile
Log Message:
ham/rtl-sdr: Use INSTALL_MAN for man files
Otherwise, they get x bits, and that's wrong.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/ham/rtl-sdr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/rtl-sdr/Makefile
diff -u pkgsrc/ham/rtl-sdr/Makefile:1.21 pkgsrc/ham/rtl-sdr/Makefile:1.22
--- pkgsrc/ham/rtl-sdr/Makefile:1.21 Sun Aug 18 18:57:36 2024
+++ pkgsrc/ham/rtl-sdr/Makefile Sun Aug 18 19:00:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/08/18 18:57:36 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2024/08/18 19:00:03 gdt Exp $
DISTNAME= rtl-sdr-2.0.1
CATEGORIES= ham
@@ -31,7 +31,7 @@ PAGES= rtl_adsb.1 rtl_eeprom.1 rtl_fm.1
rtl_tcp.1 rtl_test.1
post-install:
.for i in ${PAGES}
- ${INSTALL} ${WRKSRC}/debian/${i} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/debian/${i} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.endfor
.include "../../devel/libusb1/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index