pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/tinyx-wscons
Module Name: pkgsrc
Committed By: nat
Date: Tue May 7 11:39:33 UTC 2024
Modified Files:
pkgsrc/x11/tinyx-wscons: Makefile
Log Message:
Use proper method to install the binary.
As noted by jperkin@.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/tinyx-wscons/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/tinyx-wscons/Makefile
diff -u pkgsrc/x11/tinyx-wscons/Makefile:1.4 pkgsrc/x11/tinyx-wscons/Makefile:1.5
--- pkgsrc/x11/tinyx-wscons/Makefile:1.4 Mon May 6 12:37:19 2024
+++ pkgsrc/x11/tinyx-wscons/Makefile Tue May 7 11:39:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/06 12:37:19 nat Exp $
+# $NetBSD: Makefile,v 1.5 2024/05/07 11:39:33 nat Exp $
VERSION= 0.3
GITHUB_PROJECT= tinyx-wscons
@@ -33,8 +33,7 @@ do-configure:
do-install:
.for f in Xwscons
- ${STRIP} ${WRKSRC}/kdrive/wscons/${f}
- ${INSTALL_SCRIPT} ${WRKSRC}/kdrive/wscons/${f} ${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/kdrive/wscons/${f} ${DESTDIR}${PREFIX}/sbin
.endfor
Home |
Main Index |
Thread Index |
Old Index