From 93ae2ba80aa423783b7f6a98df975183b2d1fb20 Mon Sep 17 00:00:00 2001 From: Rodrigo Osorio Date: Mon, 24 Feb 2014 16:40:25 +0000 Subject: [PATCH] - Fix MASTER site - Fix STRIPing for libs PR: ports/186727 Submitted by: Ilya A. Arkhipov (maintainer) Approved by: bapt (mentor) --- devel/libbegemot/Makefile | 2 +- devel/libbegemot/files/patch-Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index 03dd6d0603ff..96ac1ef9305f 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -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@yandex.ru COMMENT= Function library for begemot tools diff --git a/devel/libbegemot/files/patch-Makefile.in b/devel/libbegemot/files/patch-Makefile.in index 5bbfff7aeb08..6c5b47129a11 100644 --- a/devel/libbegemot/files/patch-Makefile.in +++ b/devel/libbegemot/files/patch-Makefile.in @@ -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) ;\