pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/halfempty
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 14 13:13:14 UTC 2020
Modified Files:
pkgsrc/devel/halfempty: Makefile
Log Message:
halfempty: fix installation, thanks joerg
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/halfempty/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/halfempty/Makefile
diff -u pkgsrc/devel/halfempty/Makefile:1.2 pkgsrc/devel/halfempty/Makefile:1.3
--- pkgsrc/devel/halfempty/Makefile:1.2 Sun Jan 12 13:22:29 2020
+++ pkgsrc/devel/halfempty/Makefile Tue Jan 14 13:13:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/12 13:22:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/14 13:13:14 wiz Exp $
DISTNAME= halfempty-0.30
CATEGORIES= devel
@@ -19,7 +19,7 @@ INSTALLATION_DIRS= bin share/doc/halfemp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/halfempty ${DESTDIR}${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/halfempty
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/halfempty
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index