svn commit: r315707 - head/editors/fxite

Pietro Cerutti gahr at FreeBSD.org
Wed Apr 3 12:03:00 UTC 2013


Author: gahr
Date: Wed Apr  3 12:02:59 2013
New Revision: 315707
URL: http://svnweb.freebsd.org/changeset/ports/315707

Log:
  - Fix PLIST
  
  Reported by:	miwi
  Approved by:	portmgr

Modified:
  head/editors/fxite/Makefile

Modified: head/editors/fxite/Makefile
==============================================================================
--- head/editors/fxite/Makefile	Wed Apr  3 11:47:15 2013	(r315706)
+++ head/editors/fxite/Makefile	Wed Apr  3 12:02:59 2013	(r315707)
@@ -30,6 +30,7 @@ LDFLAGS+=	-lgetline
 PLIST_FILES=	bin/fxite \
 		share/pixmaps/fxite.xpm \
 		share/applications/fxite.desktop
+PLIST_DIRSTRY=	share/applications
 
 post-patch:
 	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \


More information about the svn-ports-head mailing list