summaryrefslogtreecommitdiff
path: root/devel/libexecinfo
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-09 10:22:46 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-09 10:22:46 +0000
commitc0a174ba502158ce500fd6ffdfd173bbcbdb0700 (patch)
tree98a4ce577d4791a7741edb4f204fedf9180ac845 /devel/libexecinfo
parentAdd working MASTER_SITE (diff)
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)
Notes
Notes: svn path=/head/; revision=161791
Diffstat (limited to 'devel/libexecinfo')
-rw-r--r--devel/libexecinfo/Makefile9
-rw-r--r--devel/libexecinfo/pkg-plist2
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/libexecinfo/Makefile b/devel/libexecinfo/Makefile
index e3cf481eee2e..b7277823de45 100644
--- a/devel/libexecinfo/Makefile
+++ b/devel/libexecinfo/Makefile
@@ -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>
diff --git a/devel/libexecinfo/pkg-plist b/devel/libexecinfo/pkg-plist
index a9705ff7b766..a98da8db420b 100644
--- a/devel/libexecinfo/pkg-plist
+++ b/devel/libexecinfo/pkg-plist
@@ -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