pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/icoutils



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jan 12 23:12:29 UTC 2018

Modified Files:
        pkgsrc/graphics/icoutils: Makefile

Log Message:
Replace perl shebang, pointed by joerg@

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/icoutils/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/icoutils/Makefile
diff -u pkgsrc/graphics/icoutils/Makefile:1.1 pkgsrc/graphics/icoutils/Makefile:1.2
--- pkgsrc/graphics/icoutils/Makefile:1.1       Mon Jan  1 07:08:27 2018
+++ pkgsrc/graphics/icoutils/Makefile   Fri Jan 12 23:12:29 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2018/01/01 07:08:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/12 23:12:29 ryoon Exp $
 
 DISTNAME=      icoutils-0.32.2
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://savannah.nongnu.org/download/icoutils/
 EXTRACT_SUFX=  .tar.bz2
@@ -14,6 +15,10 @@ DEPENDS+=    p5-libwww-[0-9]*:../../www/p5-
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            perl
+
+REPLACE_PERL+=         extresso/extresso.in
+REPLACE_PERL+=         extresso/genresscript.in
 
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index