diff options
author | pat <pat@FreeBSD.org> | 2002-07-06 14:12:00 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-06 14:12:00 +0800 |
commit | 3fa1f70b1591e8a95c8e034cba9b14c06f4b9370 (patch) | |
tree | 8f41f51b6584cfccea90d7842d6ee90dcb3b1f2a /mail/mailgraph | |
parent | 913c1c6aa33ba3c4bc1edc3491e63819977ba004 (diff) | |
download | freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.tar.gz freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.tar.zst freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.zip |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento
Diffstat (limited to 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index f07f7981df1a..54dcfe8710ee 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ MAINTAINER= gslin@ccca.nctu.edu.tw -NO_BUILD= yes -NO_STRIP= yes - RUN_DEPENDS= ${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +NO_BUILD= yes + do-install: .for FILE in mailgraph.cgi mailgraph.pl @${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/www/cgi-bin/ |