Date: Sat, 18 Jan 2014 11:06:37 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340165 - head/misc/diction Message-ID: <201401181106.s0IB6bNb013019@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sat Jan 18 11:06:36 2014 New Revision: 340165 URL: http://svnweb.freebsd.org/changeset/ports/340165 QAT: https://qat.redports.org/buildarchive/r340165/ Log: - Enable stagedir support - Add LICENSE - Fix DATADIR support Modified: head/misc/diction/Makefile (contents, props changed) Modified: head/misc/diction/Makefile ============================================================================== --- head/misc/diction/Makefile Sat Jan 18 10:32:43 2014 (r340164) +++ head/misc/diction/Makefile Sat Jan 18 11:06:36 2014 (r340165) @@ -10,13 +10,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mva@FreeBSD.org COMMENT= GNU diction and style -GNU_CONFIGURE= yes +LICENSE= GPLv3 -PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \ - share/diction/en share/diction/en_GB share/diction/nl -PLIST_DIRS= share/diction +GNU_CONFIGURE= yes -MAN1= diction.1 style.1 +PLIST_FILES= bin/diction bin/style ${DATADIR}/C ${DATADIR}/de \ + ${DATADIR}/en ${DATADIR}/en_GB ${DATADIR}/nl \ + man/man1/diction.1.gz man/man1/style.1.gz +PLIST_DIRS= ${DATADIR} -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401181106.s0IB6bNb013019>