diff options
author | stefan <stefan@FreeBSD.org> | 2006-06-25 19:08:05 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-06-25 19:08:05 +0800 |
commit | d3443fbb4247f645baa55f658734fd64ece1413c (patch) | |
tree | ff44aabb6c2abb506baf957f232ee9c7c2f3b1e5 /devel | |
parent | a462978904d25d17612743561fdfefcd0b6952ea (diff) | |
download | freebsd-ports-gnome-d3443fbb4247f645baa55f658734fd64ece1413c.tar.gz freebsd-ports-gnome-d3443fbb4247f645baa55f658734fd64ece1413c.tar.zst freebsd-ports-gnome-d3443fbb4247f645baa55f658734fd64ece1413c.zip |
- Fix dependency on devel/p5-Module-Compile. [1]
- s/dirrm/dirrmtry/ for a couple of directories in plist. [2]
PR: 99409 [1]
Submitted by: maintainer [1]
Suggested by: arved [2]
Approved by: arved (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Compile/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Compile/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Module-Compile/Makefile b/devel/p5-Module-Compile/Makefile index d7b567bbe5be..26b5fe0ecda5 100644 --- a/devel/p5-Module-Compile/Makefile +++ b/devel/p5-Module-Compile/Makefile @@ -7,7 +7,7 @@ PORTNAME= Module-Compile PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Provide a system for writing modules that compile other Perl modules -BUILD_DEPENDS= ${SITE_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Module-Compile/pkg-plist b/devel/p5-Module-Compile/pkg-plist index cc9daf98514d..6c2c09925c24 100644 --- a/devel/p5-Module-Compile/pkg-plist +++ b/devel/p5-Module-Compile/pkg-plist @@ -5,6 +5,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module -@dirrm %%SITE_PERL%%/Module/Install/Admin -@dirrm %%SITE_PERL%%/Module/Install +@dirrmtry %%SITE_PERL%%/Module/Install/Admin +@dirrmtry %%SITE_PERL%%/Module/Install @dirrmtry %%SITE_PERL%%/Module |