diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-07-06 07:06:21 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-07-06 07:06:21 +0000 |
commit | 8d61c6fe4761e1edaa3edfb703484371a7a0da99 (patch) | |
tree | ca9ee8594bd5751a81355cded18e605d4e3ca4ef /deskutils/dailystrips | |
parent | 8278a3e6f08023c07bdd97fd72ea0fbef2693249 (diff) |
- update to 1.0.25
- USE_REINPLACE
Notes
Notes:
svn path=/head/; revision=62512
Diffstat (limited to 'deskutils/dailystrips')
-rw-r--r-- | deskutils/dailystrips/Makefile | 5 | ||||
-rw-r--r-- | deskutils/dailystrips/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/dailystrips/Makefile b/deskutils/dailystrips/Makefile index 909841802fba..a6061d147f4e 100644 --- a/deskutils/dailystrips/Makefile +++ b/deskutils/dailystrips/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dailystrips -PORTVERSION= 1.0.24 +PORTVERSION= 1.0.25 CATEGORIES= deskutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,9 +18,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${POR NO_BUILD= yes USE_PERL5= yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|; \ + @${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \ s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \ ${WRKSRC}/dailystrips diff --git a/deskutils/dailystrips/distinfo b/deskutils/dailystrips/distinfo index 29cc700e35dc..23d2ac5aad04 100644 --- a/deskutils/dailystrips/distinfo +++ b/deskutils/dailystrips/distinfo @@ -1 +1 @@ -MD5 (dailystrips-1.0.24.tar.gz) = 4fd292f8931087f8ed8ab2e237a7bac2 +MD5 (dailystrips-1.0.25.tar.gz) = 82f7dc969afb5650b8115df3f8c62015 |