pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/diffbreaker



Module Name:    pkgsrc
Committed By:   nat
Date:           Tue May  7 11:46:00 UTC 2024

Modified Files:
        pkgsrc/devel/diffbreaker: Makefile

Log Message:
Use proper method to install the program.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/diffbreaker/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/diffbreaker/Makefile
diff -u pkgsrc/devel/diffbreaker/Makefile:1.8 pkgsrc/devel/diffbreaker/Makefile:1.9
--- pkgsrc/devel/diffbreaker/Makefile:1.8       Thu Sep  1 20:46:51 2022
+++ pkgsrc/devel/diffbreaker/Makefile   Tue May  7 11:46:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/09/01 20:46:51 nat Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/07 11:46:00 nat Exp $
 
 VERSION=       0.5
 GITHUB_PROJECT= diffbreaker
@@ -31,7 +31,7 @@ INSTALLATION_DIRS+=   ${PKGMANDIR}/man1
 
 do-install:
 .for f in diffbreaker
-       ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
 .  if !empty(MANINSTALL:Mcatinstall)
 .    if defined(CATMAN_SECTION_SUFFIX) && !empty(CATMAN_SECTION_SUFFIX:M[Yy][Ee][Ss])
        ${INSTALL_MAN} ${WRKSRC}/${f}.0 ${DESTDIR}${PREFIX}/${PKGMANDIR}/cat1/${f}.1



Home | Main Index | Thread Index | Old Index