aboutsummaryrefslogtreecommitdiff
path: root/textproc/xxdiff-scripts
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-24 14:46:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-24 14:46:50 +0000
commit69078cedc22339976eeac7265766d8c68625c4b7 (patch)
tree38ae7018f48a10c750be68a2a7046df65d4d2771 /textproc/xxdiff-scripts
parentc8a6da8c3bea5a7ec25d3d7fe02fc253b031b3b2 (diff)
downloadports-69078cedc22339976eeac7265766d8c68625c4b7.tar.gz
ports-69078cedc22339976eeac7265766d8c68625c4b7.zip
- Clarify LICENSE
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=407132
Diffstat (limited to 'textproc/xxdiff-scripts')
-rw-r--r--textproc/xxdiff-scripts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xxdiff-scripts/Makefile b/textproc/xxdiff-scripts/Makefile
index 74c862c40746..4fec70cbdbfb 100644
--- a/textproc/xxdiff-scripts/Makefile
+++ b/textproc/xxdiff-scripts/Makefile
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= -scripts
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper scripts for xxdiff
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff
@@ -18,5 +18,6 @@ RUN_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff
USES= python:2 tar:bzip2
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= xxdiff-scripts
+NO_ARCH= yes
.include <bsd.port.mk>