Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 14:23:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368934 - head/graphics/structuresynth
Message-ID:  <201409221423.s8MENwXY020093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Sep 22 14:23:57 2014
New Revision: 368934
URL: http://svnweb.freebsd.org/changeset/ports/368934
QAT: https://qat.redports.org/buildarchive/r368934/

Log:
  - Cleanup plist

Deleted:
  head/graphics/structuresynth/pkg-plist
Modified:
  head/graphics/structuresynth/Makefile

Modified: head/graphics/structuresynth/Makefile
==============================================================================
--- head/graphics/structuresynth/Makefile	Mon Sep 22 14:23:48 2014	(r368933)
+++ head/graphics/structuresynth/Makefile	Mon Sep 22 14:23:57 2014	(r368934)
@@ -17,6 +17,11 @@ USE_QT4=	corelib gui opengl moc_build rc
 WRKSRC=		${WRKDIR}/structure-synth
 DOS2UNIX_GLOB=	*.cpp *.h
 
+PLIST_FILES=	bin/structure-synth \
+		share/applications/structure-synth.desktop \
+		share/pixmaps/structure-synth.png
+PORTDATA=	*
+
 post-extract:
 	@${MV} "${WRKDIR}/Structure Synth Source Code" ${WRKSRC}
 	@${RM} -rf ${WRKSRC}/Examples/DontDeploy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221423.s8MENwXY020093>