pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/mawk
Module Name: pkgsrc
Committed By: cheusov
Date: Fri May 10 11:56:12 UTC 2024
Modified Files:
pkgsrc/lang/mawk: Makefile
Log Message:
Fix PKGNAME
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/mawk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/mawk/Makefile
diff -u pkgsrc/lang/mawk/Makefile:1.35 pkgsrc/lang/mawk/Makefile:1.36
--- pkgsrc/lang/mawk/Makefile:1.35 Fri May 10 11:53:13 2024
+++ pkgsrc/lang/mawk/Makefile Fri May 10 11:56:11 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2024/05/10 11:53:13 cheusov Exp $
+# $NetBSD: Makefile,v 1.36 2024/05/10 11:56:11 cheusov Exp $
DISTNAME= mawk-1.3.4-20240123
-PKGNAME= ${DISTNAME:S/-24/.24/}
+PKGNAME= ${DISTNAME:S/-20/.20/}
CATEGORIES= lang
MASTER_SITES= https://invisible-island.net/archives/mawk/
EXTRACT_SUFX= .tgz
Home |
Main Index |
Thread Index |
Old Index