diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-10 15:58:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-10 15:58:44 +0800 |
commit | a6163767b08a04e51744e77c4d0aaac46e36dd71 (patch) | |
tree | 5cee9973fa2f0c10c885e57f38ac34b4966de856 | |
parent | 87ff023a1eaad42a3b76be6426cbf2b373f34ede (diff) | |
download | freebsd-ports-gnome-a6163767b08a04e51744e77c4d0aaac46e36dd71.tar.gz freebsd-ports-gnome-a6163767b08a04e51744e77c4d0aaac46e36dd71.tar.zst freebsd-ports-gnome-a6163767b08a04e51744e77c4d0aaac46e36dd71.zip |
Remove MASTER_SITE_SUBDIR
-rw-r--r-- | devel/p5-Cache-LRU/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Cache-LRU/Makefile b/devel/p5-Cache-LRU/Makefile index 4a3b670f27d5..cd40cf28da12 100644 --- a/devel/p5-Cache-LRU/Makefile +++ b/devel/p5-Cache-LRU/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KAZUHO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,8 +16,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |