aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:26 +0000
commit6fe5bf883fd304d18c31d4eed5398480e2794da4 (patch)
treee767f931c87e7a7b2c58b167c45008117e22acea
parent0fcdc6eefd59bae4775014224ca49102dd8ce47f (diff)
downloadports-6fe5bf883fd304d18c31d4eed5398480e2794da4.tar.gz
ports-6fe5bf883fd304d18c31d4eed5398480e2794da4.zip
textproc/p5-Lingua-Ispell: Cosmetic change
-rw-r--r--textproc/p5-Lingua-Ispell/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile
index 7a029b684201..dc8e015e053c 100644
--- a/textproc/p5-Lingua-Ispell/Makefile
+++ b/textproc/p5-Lingua-Ispell/Makefile
@@ -16,10 +16,11 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ispell:textproc/aspell-ispell
+USES= perl5
+USE_PERL5= configure
+
NO_ARCH= yes
REINPLACE_ARGS= -i ''
-USE_PERL5= configure
-USES= perl5
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm