svn commit: r340165 - head/misc/diction

Marcus von Appen mva at FreeBSD.org
Sat Jan 18 11:06:37 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list