mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- fix pkgconfig location
- bump PORTREVISION Noticed by: vanilla
This commit is contained in:
parent
ac414685a0
commit
4dff34a876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235640
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= glog
|
||||
DISTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://google-glog.googlecode.com/files/
|
||||
|
||||
@ -16,6 +17,7 @@ COMMENT= A library of C++ classes for flexible logging
|
||||
LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
USE_GCC= 4.2+
|
||||
|
||||
|
@ -7,7 +7,7 @@ lib/libglog.so.0
|
||||
lib/libglog.so
|
||||
lib/libglog.la
|
||||
lib/libglog.a
|
||||
lib/pkgconfig/libglog.pc
|
||||
libdata/pkgconfig/libglog.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
@ -18,5 +18,4 @@ lib/pkgconfig/libglog.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/designstyle.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/glog.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry lib/pkgconfig
|
||||
@dirrmtry include/glog
|
||||
|
Loading…
Reference in New Issue
Block a user