svn commit: r345878 - in head/devel/libbegemot: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Feb 24 16:40:26 UTC 2014


Author: rodrigo
Date: Mon Feb 24 16:40:25 2014
New Revision: 345878
URL: http://svnweb.freebsd.org/changeset/ports/345878
QAT: https://qat.redports.org/buildarchive/r345878/

Log:
  - Fix MASTER site
  - Fix STRIPing for libs
  
  PR:		ports/186727
  Submitted by:	Ilya A. Arkhipov <rum1cro at yandex.ru> (maintainer)
  Approved by:	bapt (mentor)

Modified:
  head/devel/libbegemot/Makefile
  head/devel/libbegemot/files/patch-Makefile.in

Modified: head/devel/libbegemot/Makefile
==============================================================================
--- head/devel/libbegemot/Makefile	Mon Feb 24 16:35:43 2014	(r345877)
+++ head/devel/libbegemot/Makefile	Mon Feb 24 16:40:25 2014	(r345878)
@@ -6,7 +6,7 @@ PORTVERSION=	1.11
 PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://people.freebsd.org/~harti/libbegemot/ \
-		http://m1cro.tk/ports/distfiles/libbegemot/
+		http://m1cro.me/ports/distfiles/libbegemot/
 
 MAINTAINER=	rum1cro at yandex.ru
 COMMENT=	Function library for begemot tools

Modified: head/devel/libbegemot/files/patch-Makefile.in
==============================================================================
--- head/devel/libbegemot/files/patch-Makefile.in	Mon Feb 24 16:35:43 2014	(r345877)
+++ head/devel/libbegemot/files/patch-Makefile.in	Mon Feb 24 16:40:25 2014	(r345878)
@@ -5,7 +5,7 @@
  	$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(MSECT)
  
 -	$(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)
-+	$(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)
++	$(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(LIB) $(DESTDIR)$(libdir)
  
  #	for file in $(HDR) ; do \
  #		$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(includedir) ;\


More information about the svn-ports-all mailing list