svn commit: r360127 - in head/x11-wm/fluxconf: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jul 2 02:41:28 UTC 2014
Author: vanilla
Date: Wed Jul 2 02:41:27 2014
New Revision: 360127
URL: http://svnweb.freebsd.org/changeset/ports/360127
QAT: https://qat.redports.org/buildarchive/r360127/
Log:
Stagify.
Approved by: portmgr@ (blanket approval)
Added:
head/x11-wm/fluxconf/files/patch-src-Makefile.in (contents, props changed)
Modified:
head/x11-wm/fluxconf/Makefile
Modified: head/x11-wm/fluxconf/Makefile
==============================================================================
--- head/x11-wm/fluxconf/Makefile Wed Jul 2 02:09:11 2014 (r360126)
+++ head/x11-wm/fluxconf/Makefile Wed Jul 2 02:41:27 2014 (r360127)
@@ -22,13 +22,12 @@ PLIST_FILES= bin/fluxbare bin/fluxconf b
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
Added: head/x11-wm/fluxconf/files/patch-src-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/fluxconf/files/patch-src-Makefile.in Wed Jul 2 02:41:27 2014 (r360127)
@@ -0,0 +1,20 @@
+--- src/Makefile.in.orig 2014-07-02 09:52:27.339956716 +0800
++++ src/Makefile.in 2014-07-02 09:53:51.070931248 +0800
+@@ -645,12 +645,12 @@ uninstall-info: uninstall-info-recursive
+ #fluxkeys: fluxconf
+ # ln -sf fluxconf fluxkeys
+ install-exec-hook:
+- @ln -sf $(bindir)/fluxconf $(bindir)/fluxkeys
+- @ln -sf $(bindir)/fluxconf $(bindir)/fluxbare
+- @if ldd fluxconf |grep pango > /dev/null ; then ln -sf $(bindir)/fluxconf $(bindir)/fluxmenu; fi
++ @ln -sf fluxconf $(DESTDIR)$(bindir)/fluxkeys
++ @ln -sf fluxconf $(DESTDIR)$(bindir)/fluxbare
++ @if ldd fluxconf |grep pango > /dev/null ; then ln -sf fluxconf $(DESTDIR)$(bindir)/fluxmenu; fi
+ @for lan in ${ALL_LANG} ; do \
+- ${mkinstalldirs} $(datadir)/locale/$$lan/LC_MESSAGES; \
+- ${INSTALL} -m444 $(top_srcdir)/po/$$lan.mo $(datadir)/locale/$$lan/LC_MESSAGES/fluxconf.mo ;\
++ ${mkinstalldirs} $(DESTDIR)$(datadir)/locale/$$lan/LC_MESSAGES; \
++ ${INSTALL} -m444 $(top_srcdir)/po/$$lan.mo $(DESTDIR)$(datadir)/locale/$$lan/LC_MESSAGES/fluxconf.mo ;\
+ done ;
+
+ uninstall-local:
More information about the svn-ports-head
mailing list