diff options
author | mat <mat@FreeBSD.org> | 2013-10-24 04:15:20 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-10-24 04:15:20 +0800 |
commit | 1fa8d9a3841e76e1b74d892277c104b8e0c6480f (patch) | |
tree | 732e70f9e8e5d226fe491f63acc0e6c9ad4a9253 | |
parent | c6a8ffc22ba6a0db6493091d869708f119a2825f (diff) | |
download | freebsd-ports-gnome-1fa8d9a3841e76e1b74d892277c104b8e0c6480f.tar.gz freebsd-ports-gnome-1fa8d9a3841e76e1b74d892277c104b8e0c6480f.tar.zst freebsd-ports-gnome-1fa8d9a3841e76e1b74d892277c104b8e0c6480f.zip |
Fixup BSDPAN.
Reported by: olli hauer
-rw-r--r-- | lang/perl5.16/Makefile | 4 | ||||
-rw-r--r-- | lang/perl5.18/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index ac330f312245..a6ccae1f99d9 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -183,7 +183,7 @@ post-patch: > ${WRKDIR}/perl-man.conf ${CP} ${WRKDIR}/use.perl ${PKGINSTALL} ${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL} - ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|%{PERL_VER}|g;' \ + ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|${PERL_VER}|g;' \ -e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \ ${BSDPAN_WRKSRC}/ExtUtils/*.pm ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile index 9523cbc68841..b84034a5f48b 100644 --- a/lang/perl5.18/Makefile +++ b/lang/perl5.18/Makefile @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -165,7 +165,7 @@ post-patch: > ${WRKDIR}/perl-man.conf ${CP} ${WRKDIR}/use.perl ${PKGINSTALL} ${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL} - ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|%{PERL_VER}|g;' \ + ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|${PERL_VER}|g;' \ -e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \ ${BSDPAN_WRKSRC}/ExtUtils/*.pm ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ |