pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ufetch, Makefile correction
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Tue Dec 10 08:48:14 2019 +0100
Changeset: f1d90499250f5c6fea349bcd1a0fe5f19414c05a
Modified Files:
ufetch/Makefile
Log Message:
ufetch, Makefile correction
use cp instead of mv, remove whitespaces
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f1d90499250f5c6fea349bcd1a0fe5f19414c05a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ufetch/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/ufetch/Makefile b/ufetch/Makefile
index a5cf388316..d96206cc39 100644
--- a/ufetch/Makefile
+++ b/ufetch/Makefile
@@ -17,6 +17,6 @@ USE_LANGUAGES= # none
NO_BUILD= yes
do-install:
- (cd ${WRKDIR}/${DISTNAME} && mv ufetch-netbsd ufetch && chmod +x ufetch && mv ufetch /usr/pkg/bin)
+ (cd ${WRKDIR}/${DISTNAME} && mv ufetch-netbsd ufetch && chmod +x ufetch && cp ufetch /usr/pkg/bin)
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index