pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pmonitor: install binary as executable
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Sep 5 10:48:51 2026 +0200
Changeset: c16344d72b84c1490fb987495d4cad897da3de74
Modified Files:
pmonitor/Makefile
Log Message:
pmonitor: install binary as executable
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c16344d72b84c1490fb987495d4cad897da3de74
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pmonitor/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/pmonitor/Makefile b/pmonitor/Makefile
index 1ef33d479e..7d69bbd3f4 100644
--- a/pmonitor/Makefile
+++ b/pmonitor/Makefile
@@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- ${INSTALL_DATA} ${WRKSRC}/pmonitor ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/pmonitor ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/pmonitor.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index