pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-PerlMagick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  6 10:59:30 UTC 2023

Modified Files:
        pkgsrc/graphics/p5-PerlMagick: Makefile

Log Message:
p5-PerlMagick: fix a pkglint warning


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 pkgsrc/graphics/p5-PerlMagick/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/p5-PerlMagick/Makefile
diff -u pkgsrc/graphics/p5-PerlMagick/Makefile:1.190 pkgsrc/graphics/p5-PerlMagick/Makefile:1.191
--- pkgsrc/graphics/p5-PerlMagick/Makefile:1.190        Tue Jun  6 10:58:29 2023
+++ pkgsrc/graphics/p5-PerlMagick/Makefile      Tue Jun  6 10:59:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2023/06/06 10:58:29 wiz Exp $
+# $NetBSD: Makefile,v 1.191 2023/06/06 10:59:30 wiz Exp $
 
 .include "../../graphics/ImageMagick/Makefile.common"
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://imagemagick.org/script
 COMMENT=       Object-oriented Perl interface to ImageMagick
 
 DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
-#PATCHDIR=     ${.CURDIR}/../../graphics/ImageMagick/patches
+PATCHDIR=      ${.CURDIR}/../../graphics/ImageMagick/patches
 
 # Some configure_args come from Makefile.common
 CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}



Home | Main Index | Thread Index | Old Index