pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/go-minify
Module Name: pkgsrc
Committed By: nikita
Date: Wed Apr 22 20:51:22 UTC 2020
Modified Files:
pkgsrc/www/go-minify: Makefile
Log Message:
www/go-minify: use ${RM} instead of rm.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/go-minify/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/go-minify/Makefile
diff -u pkgsrc/www/go-minify/Makefile:1.16 pkgsrc/www/go-minify/Makefile:1.17
--- pkgsrc/www/go-minify/Makefile:1.16 Sat Apr 18 14:56:06 2020
+++ pkgsrc/www/go-minify/Makefile Wed Apr 22 20:51:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/04/18 14:56:06 nikita Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/22 20:51:22 nikita Exp $
DISTNAME= minify-2.7.3
PKGNAME= go-${DISTNAME}
@@ -16,7 +16,7 @@ GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/tdewolff/minify
post-configure:
- cd ${WRKSRC} && rm cmd/minify/install.sh.orig
+ cd ${WRKSRC} && ${RM} cmd/minify/install.sh.orig
.include "../../www/go-parse/buildlink3.mk"
.include "../../devel/go-humanize/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index