diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /net/hawk | |
parent | Change MASTER_SITES to fix fetch (diff) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'net/hawk')
-rw-r--r-- | net/hawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hawk/Makefile b/net/hawk/Makefile index 74c0974a54b2..6563d0643d03 100644 --- a/net/hawk/Makefile +++ b/net/hawk/Makefile @@ -16,7 +16,7 @@ COMMENT= Track uptime and DNS status for machines on your networks RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 \ safe_mysqld:${PORTSDIR}/databases/mysql323-server \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask + ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask do-patch: @${SED} -e 's#dirname.*"/hawk#"${PREFIX}/etc/hawk/daemon#' \ |