svn commit: r312721 - head/textproc/dwdiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 21 15:41:34 UTC 2013


Author: sunpoet
Date: Thu Feb 21 15:41:33 2013
New Revision: 312721
URL: http://svnweb.freebsd.org/changeset/ports/312721

Log:
  - Remove LICENSE_FILE for well-known licenses
  - Use shared UNICODE_DESC
  - Pet portlint

Modified:
  head/textproc/dwdiff/Makefile

Modified: head/textproc/dwdiff/Makefile
==============================================================================
--- head/textproc/dwdiff/Makefile	Thu Feb 21 15:00:42 2013	(r312720)
+++ head/textproc/dwdiff/Makefile	Thu Feb 21 15:41:33 2013	(r312721)
@@ -13,9 +13,10 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at 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}/ma
 MAN1=		${PORTNAME}.1 dwfilter.1
 PORTDOCS=	COPYING Changelog README
 
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-head mailing list