- Fix MASTER site

- Fix STRIPing for libs

PR:		ports/186727
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
Approved by:	bapt (mentor)
This commit is contained in:
Rodrigo Osorio 2014-02-24 16:40:25 +00:00
parent feeef84da3
commit 93ae2ba80a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345878
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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