summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-02-24 10:28:44 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-02-24 10:28:44 +0000
commitfc146f7ad7ab14da81fbc51dbff8d650b8b9877b (patch)
treea32709db0c8ca5ed4211c84ef9d023ed968e8632 /german
parentFetch distfile in a specific directory related to version (diff)
Drop support for old Perl.
Notes
Notes: svn path=/head/; revision=228984
Diffstat (limited to 'german')
-rw-r--r--german/BBBike/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile
index 1a1afd7e1219..11550f674934 100644
--- a/german/BBBike/Makefile
+++ b/german/BBBike/Makefile
@@ -27,11 +27,7 @@ MAN1= bbbike.1
MYDESTDIR= ${PREFIX}/BBBike
-.if !defined(PERL_VER) || ${PERL_VER} == 5.005
LOCAL_PERL_ARCH= ${PERL_ARCH}
-.else
-LOCAL_PERL_ARCH= ${PERL_VER}/${ARCH}-freebsd
-.endif
PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH}
do-build:
@@ -49,13 +45,8 @@ PLIST_IN= ${PKGDIR}/pkg-plist.in
PLIST= ${WRKDIR}/pkg-plist
pre-install:
-.if !defined(PERL_VER) || ${PERL_VER} == 5.005
- LOCAL_PERL_ARCH=`${PERL5} -MConfig -e '$$x = qq{$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x'`; \
- ${SED} -e "s/%%LOCAL_PERL_ARCH%%/$$LOCAL_PERL_ARCH/g" < ${PLIST_IN} > ${PLIST}
-.else
LOCAL_PERL_ARCH=`${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x'`; \
${SED} -e "s/%%LOCAL_PERL_ARCH%%/$$LOCAL_PERL_ARCH/g" < ${PLIST_IN} > ${PLIST}
-.endif
do-install:
-${RM} -rf ${MYDESTDIR}