svn commit: r301725 - head/x11/tint

Doug Barton dougb at FreeBSD.org
Mon Jul 30 17:24:18 UTC 2012


Author: dougb
Date: Mon Jul 30 17:24:18 2012
New Revision: 301725
URL: http://svn.freebsd.org/changeset/ports/301725

Log:
  /usr/local/share/applications should be PLIST_DIRSTRY

Modified:
  head/x11/tint/Makefile

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile	Mon Jul 30 17:23:34 2012	(r301724)
+++ head/x11/tint/Makefile	Mon Jul 30 17:24:18 2012	(r301725)
@@ -46,7 +46,7 @@ CMAKE_ARGS+=	-DENABLE_TINT2CONF:BOOL=ON
 PLIST_FILES+=	bin/tint2conf bin/tintwizard.py \
 		share/applications/tint2conf.desktop \
 		share/pixmaps/tint2conf.png share/pixmaps/tint2conf.svg
-PLIST_DIRS+=	share/applications
+PLIST_DIRSTRY=	share/applications
 PYCONF_SRC=	${WRKSRC}/src/tint2conf
 .else
 CMAKE_ARGS+=	-DENABLE_TINT2CONF:BOOL=OFF



More information about the svn-ports-head mailing list