svn commit: r337266 - head/databases/pgadmin3

Max Khon fjoe at FreeBSD.org
Mon Dec 23 17:36:49 UTC 2013


Author: fjoe
Date: Mon Dec 23 17:36:48 2013
New Revision: 337266
URL: http://svnweb.freebsd.org/changeset/ports/337266

Log:
  Fix installation.
  
  PR:		185006, 185068

Modified:
  head/databases/pgadmin3/Makefile

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Mon Dec 23 17:18:12 2013	(r337265)
+++ head/databases/pgadmin3/Makefile	Mon Dec 23 17:36:48 2013	(r337266)
@@ -28,6 +28,9 @@ USE_WX=		2.8
 WX_COMPS=	wx contrib
 WX_UNICODE=	yes
 
+PLIST_FILES=	bin/pgadmin3
+PORTDATA=	*
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's,/usr/bin/xterm,${LOCALBASE}/bin/xterm,' ${WRKSRC}/plugins.d/plugins.ini


More information about the svn-ports-head mailing list