diff options
author | dbj <dbj@pkgsrc.org> | 2016-01-19 04:18:35 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2016-01-19 04:18:35 +0000 |
commit | 7980d18b43e8a5d48371b2d238909b151f774248 (patch) | |
tree | c2bf92379c339fc827a18ebf9bb268a432e434e1 /x11/wxGTK28 | |
parent | 59e035668c57fdd7a3edc9a61f40315a37918347 (diff) | |
download | pkgsrc-7980d18b43e8a5d48371b2d238909b151f774248.tar.gz |
add one more version specific symlink for wx-config in bin
Diffstat (limited to 'x11/wxGTK28')
-rw-r--r-- | x11/wxGTK28/Makefile | 3 | ||||
-rw-r--r-- | x11/wxGTK28/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/wxGTK28/Makefile b/x11/wxGTK28/Makefile index 56518b03a0a..7c5ea771827 100644 --- a/x11/wxGTK28/Makefile +++ b/x11/wxGTK28/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/01/19 03:48:06 dbj Exp $ +# $NetBSD: Makefile,v 1.44 2016/01/19 04:18:35 dbj Exp $ # .include "../../x11/wxGTK28/Makefile.common" @@ -36,6 +36,7 @@ post-install: ${LN} -sf ../libexec/wx-2.8/wxrc ${DESTDIR}${PREFIX}/bin/wxrc ${LN} -sf ../libexec/wx-2.8/wxrc-2.8 ${DESTDIR}${PREFIX}/bin/wxrc-2.8 ${LN} -sf ../libexec/wx-2.8/wx-config ${DESTDIR}${PREFIX}/bin/wx-config + ${LN} -sf ../libexec/wx-2.8/wx-config ${DESTDIR}${PREFIX}/bin/wx-config-2.8 .include "../../mk/bsd.prefs.mk" diff --git a/x11/wxGTK28/PLIST b/x11/wxGTK28/PLIST index c010d1f0713..feec6a1c45b 100644 --- a/x11/wxGTK28/PLIST +++ b/x11/wxGTK28/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2016/01/19 03:48:06 dbj Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/01/19 04:18:35 dbj Exp $ bin/wx-config +bin/wx-config-2.8 bin/wxrc bin/wxrc-2.8 include/wx-2.8/wx/aboutdlg.h |