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) ;\