summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-28 17:33:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-28 17:33:44 +0000
commit556eb6736e53070642a81adb57c0742c8be53c0b (patch)
tree5dd67e0b3afdc049116272309a90b915a2c0a44d
parentUpdate to 0.93 (diff)
Add LICENSE_FILE
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=497044
-rw-r--r--devel/p5-File-chdir/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-File-chdir/Makefile b/devel/p5-File-chdir/Makefile
index edae8498c81b..9a12bc039149 100644
--- a/devel/p5-File-chdir/Makefile
+++ b/devel/p5-File-chdir/Makefile
@@ -12,8 +12,11 @@ COMMENT= More sensible way to change directories
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>