svn commit: r333516 - in head/ftp/weex: . files

Emanuel Haupt ehaupt at FreeBSD.org
Mon Nov 11 15:51:56 UTC 2013


Author: ehaupt
Date: Mon Nov 11 15:51:55 2013
New Revision: 333516
URL: http://svnweb.freebsd.org/changeset/ports/333516

Log:
  Make use of DESTDIR. That way we do not have to add STAGEDIR to MAKE_ENV.

Modified:
  head/ftp/weex/Makefile
  head/ftp/weex/files/patch-po__Makefile.in.in

Modified: head/ftp/weex/Makefile
==============================================================================
--- head/ftp/weex/Makefile	Mon Nov 11 15:42:02 2013	(r333515)
+++ head/ftp/weex/Makefile	Mon Nov 11 15:51:55 2013	(r333516)
@@ -14,8 +14,6 @@ GNU_CONFIGURE=	yes
 
 PORTDOCS=	ChangeLog README
 
-MAKE_ENV+=	STAGEDIR=${STAGEDIR}
-
 OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>

Modified: head/ftp/weex/files/patch-po__Makefile.in.in
==============================================================================
--- head/ftp/weex/files/patch-po__Makefile.in.in	Mon Nov 11 15:42:02 2013	(r333515)
+++ head/ftp/weex/files/patch-po__Makefile.in.in	Mon Nov 11 15:51:55 2013	(r333516)
@@ -5,7 +5,7 @@
  datadir = $(prefix)/@DATADIRNAME@
  localedir = $(datadir)/locale
 -gnulocaledir = $(prefix)/share/locale
-+gnulocaledir = $(STAGEDIR)$(prefix)/share/locale
++gnulocaledir = $(DESTDIR)$(prefix)/share/locale
  gettextsrcdir = $(prefix)/share/gettext/po
  subdir = po
  


More information about the svn-ports-all mailing list