pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/edt-o3one



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 15 15:32:45 UTC 2025

Modified Files:
        pkgsrc/editors/edt-o3one: Makefile

Log Message:
edt-o3one: fix installation


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/edt-o3one/Makefile

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

Modified files:

Index: pkgsrc/editors/edt-o3one/Makefile
diff -u pkgsrc/editors/edt-o3one/Makefile:1.1 pkgsrc/editors/edt-o3one/Makefile:1.2
--- pkgsrc/editors/edt-o3one/Makefile:1.1       Tue Feb 11 08:01:29 2025
+++ pkgsrc/editors/edt-o3one/Makefile   Sat Feb 15 15:32:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/02/11 08:01:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/15 15:32:45 wiz Exp $
 
 DISTNAME=      edtdist_20161222
 PKGNAME=       ${DISTNAME:S/dist_/-o3one-/}
@@ -18,7 +18,7 @@ INSTALLATION_DIRS=    bin share/doc/edt-o3o
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/edt ${DESTDIR}${PREFIX}/bin/edt-o3one
-       ${INSTALL_PROGRAM} ${WRKSRC}/edt.hlp ${DESTDIR}${PREFIX}/share/doc/edt-o3one
+       ${INSTALL_DATA} ${WRKSRC}/edt.hlp ${DESTDIR}${PREFIX}/share/doc/edt-o3one
 
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index