diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-08-19 17:30:15 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-08-19 17:30:15 +0800 |
commit | 39533fe1444cf2ab8da13c6c0796c8e14ec8fd82 (patch) | |
tree | 59c2ded86a8be1307f60a3597ec0d127c4001ad1 /deskutils/dailystrips/Makefile | |
parent | 1228f8155b3ae5e15b64622a85d2bae0f80e4e73 (diff) | |
download | freebsd-ports-gnome-39533fe1444cf2ab8da13c6c0796c8e14ec8fd82.tar.gz freebsd-ports-gnome-39533fe1444cf2ab8da13c6c0796c8e14ec8fd82.tar.zst freebsd-ports-gnome-39533fe1444cf2ab8da13c6c0796c8e14ec8fd82.zip |
Update port to version 1.0.17.
PR: 29855
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'deskutils/dailystrips/Makefile')
-rw-r--r-- | deskutils/dailystrips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/dailystrips/Makefile b/deskutils/dailystrips/Makefile index 85d414e44fda..36899a866127 100644 --- a/deskutils/dailystrips/Makefile +++ b/deskutils/dailystrips/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dailystrips -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= deskutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,6 @@ USE_PERL5= yes post-patch: @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|; \ - s!%-e!%e!; \ s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \ ${WRKSRC}/dailystrips.pl |