diff options
author | leeym <leeym@FreeBSD.org> | 2009-10-27 04:38:40 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-10-27 04:38:40 +0800 |
commit | 6078d42715f64cda8cd2ae2b5ef591e1522153f4 (patch) | |
tree | df1fd63a1896d159b76e9f70fbd39d023d0f5bdc /net | |
parent | cb0c60c7262b2f624e810c8df9f2644cc4b038e8 (diff) | |
download | freebsd-ports-gnome-6078d42715f64cda8cd2ae2b5ef591e1522153f4.tar.gz freebsd-ports-gnome-6078d42715f64cda8cd2ae2b5ef591e1522153f4.tar.zst freebsd-ports-gnome-6078d42715f64cda8cd2ae2b5ef591e1522153f4.zip |
- replace ${SITE_ARCH_PERL}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm
- remove SITE_ARCH_PERL
Diffstat (limited to 'net')
-rw-r--r-- | net/lla/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/lla/Makefile b/net/lla/Makefile index 3c7c623368c6..8fa7ba894cb7 100644 --- a/net/lla/Makefile +++ b/net/lla/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .pl MAINTAINER= koj@ofug.net COMMENT= Perl-based LDAP log statistics generator -RUN_DEPENDS= ${SITE_ARCH_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ +RUN_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules @@ -28,8 +28,6 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ./${PORTNAME} -SITE_ARCH_PERL= ${SITE_PERL}/${PERL_ARCH} - do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin |