diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-02-21 23:41:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-02-21 23:41:33 +0800 |
commit | db4a8c87b95ea1653d74d78c2ad521a6268cd7a8 (patch) | |
tree | e1458939d1091e60b245296f1baa5d862071c0b7 /textproc/dwdiff | |
parent | 6e48253829aeaf32596420fb607f421897c7be32 (diff) | |
download | freebsd-ports-gnome-db4a8c87b95ea1653d74d78c2ad521a6268cd7a8.tar.gz freebsd-ports-gnome-db4a8c87b95ea1653d74d78c2ad521a6268cd7a8.tar.zst freebsd-ports-gnome-db4a8c87b95ea1653d74d78c2ad521a6268cd7a8.zip |
- Remove LICENSE_FILE for well-known licenses
- Use shared UNICODE_DESC
- Pet portlint
Diffstat (limited to 'textproc/dwdiff')
-rw-r--r-- | textproc/dwdiff/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index a6bda96dd66e..35b13245a6d0 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -13,9 +13,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A delimited word diff program +LICENSE= GPLv3 + OPTIONS_DEFINE= UNICODE NLS DOCS -OPTIONS_DEFAULT= UNICODE -UNICODE_DESC= Unicode support +OPTIONS_DEFAULT=UNICODE MAKE_JOBS_SAFE= yes @@ -27,9 +28,6 @@ CONFIGURE_ARGS= --mandir=${MANPREFIX}/man MAN1= ${PORTNAME}.1 dwfilter.1 PORTDOCS= COPYING Changelog README -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |