svn commit: r368967 - head/graphics/yagf

Boris Samorodov bsam at FreeBSD.org
Mon Sep 22 16:08:36 UTC 2014


Author: bsam
Date: Mon Sep 22 16:08:35 2014
New Revision: 368967
URL: http://svnweb.freebsd.org/changeset/ports/368967
QAT: https://qat.redports.org/buildarchive/r368967/

Log:
  Simplify and remove pkg-plist.

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

Modified: head/graphics/yagf/Makefile
==============================================================================
--- head/graphics/yagf/Makefile	Mon Sep 22 15:44:10 2014	(r368966)
+++ head/graphics/yagf/Makefile	Mon Sep 22 16:08:35 2014	(r368967)
@@ -31,6 +31,10 @@ USE_QT4=	corelib gui imageformats lingui
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-I${LOCALBASE}/include
 
+PLIST_FILES=	bin/yagf lib/yagf/libxspreload.so share/applications/YAGF.desktop\
+		share/icons/hicolor/96x96/apps/yagf.png share/pixmaps/yagf.png
+PORTDATA=	*
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCUNEIFORM}


More information about the svn-ports-head mailing list