Make it fetchable by provifing the distfile on MASTER_SITE_LOCAL.
Take maintainership. Prompted by: lawrance because games/dangerdeep now depends on it Approved by: lawrance (mentor)
This commit is contained in:
parent
5dc7691b30
commit
c0a174ba50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161791
@ -9,9 +9,10 @@ PORTNAME= libexecinfo
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.portaone.com/~sobomax/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= itetcu
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= itetcu@FreeBSD.org
|
||||
COMMENT= A library for inspecting program's backtrace
|
||||
|
||||
USE_BZIP2= yes
|
||||
@ -19,8 +20,12 @@ INSTALLS_SHLIB= yes
|
||||
MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
|
||||
INCLUDEDIR=${PREFIX}/include
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,5 +2,3 @@ include/execinfo.h
|
||||
lib/libexecinfo.a
|
||||
lib/libexecinfo.so
|
||||
lib/libexecinfo.so.1
|
||||
share/doc/libexecinfo/README
|
||||
@dirrm share/doc/libexecinfo
|
||||
|
Loading…
Reference in New Issue
Block a user