Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 02:41:27 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360127 - in head/x11-wm/fluxconf: . files
Message-ID:  <201407020241.s622fR7Q059683@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407020241.s622fR7Q059683>