diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:26:37 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:46:04 +0000 |
commit | bcec757889759ad3b042c2fa86318d8d6e172cc6 (patch) | |
tree | 08cd8432a6015565d3cef202fbad037d44b1d066 | |
parent | b0f991f7445de09acdb08386d6fbe8250ca9315b (diff) | |
download | ports-bcec757889759ad3b042c2fa86318d8d6e172cc6.tar.gz ports-bcec757889759ad3b042c2fa86318d8d6e172cc6.zip |
devel/p5-Clone-More: Cosmetic change
-rw-r--r-- | devel/p5-Clone-More/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Clone-More/Makefile b/devel/p5-Clone-More/Makefile index b3e708781641..6d3e79c42aea 100644 --- a/devel/p5-Clone-More/Makefile +++ b/devel/p5-Clone-More/Makefile @@ -13,8 +13,9 @@ COMMENT= Perl module for natively copying Perl data structures LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + WRKSRC= ${WRKDIR}/${PORTNAME} post-install: |