1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Remove LICENSE_FILE for well-known licenses

- Use shared UNICODE_DESC
- Pet portlint
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-02-21 15:41:33 +00:00
parent 0162eb9f36
commit 11218355c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312721

View File

@ -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}