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 /math/p5-Graph | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=92059
Diffstat (limited to 'math/p5-Graph')
-rw-r--r-- | math/p5-Graph/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Graph/pkg-plist | 22 |
2 files changed, 12 insertions, 13 deletions
diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile index 63a34f061383..34ef94ccbc47 100644 --- a/math/p5-Graph/Makefile +++ b/math/p5-Graph/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Graph, the Perl module for graph operations -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Heap.pm:${PORTSDIR}/devel/p5-Heap +BUILD_DEPENDS= ${SITE_PERL}/Heap.pm:${PORTSDIR}/devel/p5-Heap RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -28,6 +28,5 @@ MAN3= Graph.3 \ Graph::HeapElem.3 \ Graph::Traversal.3 \ Graph::Undirected.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/math/p5-Graph/pkg-plist b/math/p5-Graph/pkg-plist index 81b47fc9f068..40423eeb884e 100644 --- a/math/p5-Graph/pkg-plist +++ b/math/p5-Graph/pkg-plist @@ -1,11 +1,11 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graph/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Graph.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/Directed.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/HeapElem.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/DFS.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/Base.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/Traversal.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/BFS.pm -lib/perl5/site_perl/%%PERL_VER%%/Graph/Undirected.pm -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Graph 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/.packlist +%%SITE_PERL%%/Graph.pm +%%SITE_PERL%%/Graph/Directed.pm +%%SITE_PERL%%/Graph/HeapElem.pm +%%SITE_PERL%%/Graph/DFS.pm +%%SITE_PERL%%/Graph/Base.pm +%%SITE_PERL%%/Graph/Traversal.pm +%%SITE_PERL%%/Graph/BFS.pm +%%SITE_PERL%%/Graph/Undirected.pm +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Graph 2>/dev/null || true |