Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 00:01:29 +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: r360700 - in head/deskutils/fusenshi: . files
Message-ID:  <201407050001.s6501TA7070960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sat Jul  5 00:01:29 2014
New Revision: 360700
URL: http://svnweb.freebsd.org/changeset/ports/360700
QAT: https://qat.redports.org/buildarchive/r360700/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/deskutils/fusenshi/files/patch-po-Makefile   (contents, props changed)
  head/deskutils/fusenshi/files/patch-src-Makefile   (contents, props changed)
Modified:
  head/deskutils/fusenshi/Makefile

Modified: head/deskutils/fusenshi/Makefile
==============================================================================
--- head/deskutils/fusenshi/Makefile	Sat Jul  5 00:00:50 2014	(r360699)
+++ head/deskutils/fusenshi/Makefile	Sat Jul  5 00:01:29 2014	(r360700)
@@ -24,8 +24,7 @@ MAKE_ARGS+=	WITHOUT_SSL=yes
 LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
 .endif
 
-NO_STAGE=	yes
 post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/fusenshi
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fusenshi
 
 .include <bsd.port.mk>

Added: head/deskutils/fusenshi/files/patch-po-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/fusenshi/files/patch-po-Makefile	Sat Jul  5 00:01:29 2014	(r360700)
@@ -0,0 +1,14 @@
+--- po/Makefile.orig	2014-07-05 00:12:52.864252821 +0800
++++ po/Makefile	2014-07-05 00:13:07.164234705 +0800
+@@ -51,9 +51,9 @@ update-po: build-po
+ 	msgmerge ${LANG}.po ${GETTEXT_PACKAGE}.pot -o ${LANG}.po
+ 
+ install:
+-	install -d -m 755 ${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES
++	install -d -m 755 $(DESTDIR)${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES
+ 	install -c -m 644 ${LANG}.gmo \
+-		${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES/${GETTEXT_PACKAGE}.mo
++		$(DESTDIR)${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES/${GETTEXT_PACKAGE}.mo
+ 
+ clean:
+ 	rm -f ${LANG}.gmo

Added: head/deskutils/fusenshi/files/patch-src-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/fusenshi/files/patch-src-Makefile	Sat Jul  5 00:01:29 2014	(r360700)
@@ -0,0 +1,19 @@
+--- src/Makefile.orig	2014-07-05 00:11:32.020240534 +0800
++++ src/Makefile	2014-07-05 00:12:26.524236990 +0800
+@@ -98,12 +98,12 @@ build: ${OBJ}
+ 	${CXX} ${CXXFLAGS} -o ${<:.cpp=.o} -c $<
+ 
+ install:
+-	install -c -m 755 ${TARGET} ${PREFIX}/bin/
+-	install -d -m 755 ${PACKAGE_DATA_DIR}/${TARGET}/pixmaps
++	install -c -m 755 ${TARGET} $(DESTDIR)${PREFIX}/bin/
++	install -d -m 755 $(DESTDIR)${PACKAGE_DATA_DIR}/${TARGET}/pixmaps
+ 	install -c -m 644 ../pixmaps/${TARGET}.xpm \
+-		${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
++		$(DESTDIR)${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
+ 	install -c -m 644 ../pixmaps/${TARGET}_small.xpm \
+-		${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
++		$(DESTDIR)${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
+ 
+ clean:
+ 	rm -f ${OBJ}



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