pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/icoutils Replace perl shebang, pointed by joerg@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8324f0e5fc52
branches:  trunk
changeset: 373977:8324f0e5fc52
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jan 12 23:12:29 2018 +0000

description:
Replace perl shebang, pointed by joerg@

Bump PKGREVISION

diffstat:

 graphics/icoutils/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d9801ebc3d92 -r 8324f0e5fc52 graphics/icoutils/Makefile
--- a/graphics/icoutils/Makefile        Fri Jan 12 22:25:57 2018 +0000
+++ b/graphics/icoutils/Makefile        Fri Jan 12 23:12:29 2018 +0000
@@ -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 @@
 
 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