databases/pgadmin3: Correct the mistake in wxrc substitution

${WXRC_CMD} is what should be used to make it compatible with
future wxWidgets versions.

While here, change WWW to https.

Approved by:	portmgr blanket
This commit is contained in:
Yuri Victorovich 2018-06-12 08:56:36 +00:00
parent fc9ba0aff7
commit 49563c16cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472236
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ PORTDATA= *
post-patch:
@${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,wxrc,wxrc-gtk2u-${WX_VERSION},' ${WRKSRC}/pgadmin/ui/embed-xrc
@${REINPLACE_CMD} -e 's,wxrc ,${WXRC_CMD:T} ,' ${WRKSRC}/pgadmin/ui/embed-xrc
@${REINPLACE_CMD} -e 's,/usr/bin/xterm,${LOCALBASE}/bin/xterm,' ${WRKSRC}/plugins.d/plugins.ini
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/pgadmin/ver_svn.sh
@${REINPLACE_CMD} -e 's,Exec=/usr/bin/pgadmin3,Exec=${LOCALBASE}/bin/pgadmin3,'\

View file

@ -4,4 +4,4 @@ terms of the Artistic Licence and may be redistributed provided the terms
of the licence are adhered to. The project is managed by the pgAdmin
Development Team.
WWW: http://www.pgadmin.org/
WWW: https://www.pgadmin.org/