pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   nikita
Date:           Thu Apr 14 17:36:20 UTC 2022

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
fix directory of ats2


To generate a diff of this commit:
cvs rdiff -u -r1.645 -r1.646 pkgsrc/lang/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/Makefile
diff -u pkgsrc/lang/Makefile:1.645 pkgsrc/lang/Makefile:1.646
--- pkgsrc/lang/Makefile:1.645  Thu Apr 14 17:29:10 2022
+++ pkgsrc/lang/Makefile        Thu Apr 14 17:36:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.645 2022/04/14 17:29:10 nikita Exp $
+# $NetBSD: Makefile,v 1.646 2022/04/14 17:36:20 nikita Exp $
 #
 
 COMMENT=       Programming languages
@@ -13,7 +13,7 @@ SUBDIR+=      abcl
 SUBDIR+=       adoptopenjdk11-bin
 SUBDIR+=       algol68g
 SUBDIR+=       asn1c
-SUBDIR+=       ast2
+SUBDIR+=       ats2
 SUBDIR+=       awka
 SUBDIR+=       baci
 SUBDIR+=       boomerang



Home | Main Index | Thread Index | Old Index