svn commit: r309738 - head/devel/diffuse

TAKATSU Tomonari tota at FreeBSD.org
Mon Dec 31 13:11:03 UTC 2012


Author: tota
Date: Mon Dec 31 13:11:02 2012
New Revision: 309738
URL: http://svnweb.freebsd.org/changeset/ports/309738

Log:
  - Define PORTDATA conditionally
  
  PR:		ports/174806
  Submitted by:	Marco Broder <marco.broeder at gmx.eu> (maintainer)

Modified:
  head/devel/diffuse/Makefile

Modified: head/devel/diffuse/Makefile
==============================================================================
--- head/devel/diffuse/Makefile	Mon Dec 31 12:53:30 2012	(r309737)
+++ head/devel/diffuse/Makefile	Mon Dec 31 13:11:02 2012	(r309738)
@@ -23,7 +23,6 @@ CONFLICTS=	tinker-[0-9]*
 
 MAN1=		diffuse.1
 PORTDOCS=	AUTHORS ChangeLog ChangeLog_ru README README_ru
-PORTDATA=	syntax
 
 OPTIONS_DEFINE=	DATA DOCS MENU NLS
 DATA_DESC=	Enable syntax highlighting support
@@ -33,6 +32,10 @@ OPTIONS_DEFAULT=	DATA MENU
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MDATA}
+PORTDATA=	syntax
+.endif
+
 .if ${PORT_OPTIONS:MMENU}
 USE_GNOME+=	desktopfileutils
 PLIST_SUB+=	MENU=""


More information about the svn-ports-all mailing list