mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- 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:
parent
feeef84da3
commit
93ae2ba80a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345878
@ -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
|
||||
|
@ -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) ;\
|
||||
|
Loading…
Reference in New Issue
Block a user