pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Oct 11 11:41:47 UTC 2025

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile

Log Message:
ImageMagick: Fix typo

An unfortunate mistake using a text editor whose name begins with a v.
Conclusion: always run pkglint just before committing.


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 pkgsrc/graphics/ImageMagick/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.357 pkgsrc/graphics/ImageMagick/Makefile:1.358
--- pkgsrc/graphics/ImageMagick/Makefile:1.357  Sat Oct 11 10:46:41 2025
+++ pkgsrc/graphics/ImageMagick/Makefile        Sat Oct 11 11:41:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.357 2025/10/11 10:46:41 triaxx Exp $
+# $NetBSD: Makefile,v 1.358 2025/10/11 11:41:47 triaxx Exp $
 
-include "Makefile.common"
+.include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
 



Home | Main Index | Thread Index | Old Index