svn commit: r368934 - head/graphics/structuresynth

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 22 14:23:58 UTC 2014


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


More information about the svn-ports-head mailing list