aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-05-09 18:22:46 +0800
committeritetcu <itetcu@FreeBSD.org>2006-05-09 18:22:46 +0800
commitdfd625824dbb001ab68f6d47858ff5400bb0631a (patch)
treec91deeab943910c3f65cd564899987a1788991ab /devel
parent80b011218ce33bdfdc80afc70e92bbbe88445589 (diff)
downloadfreebsd-ports-gnome-dfd625824dbb001ab68f6d47858ff5400bb0631a.tar.gz
freebsd-ports-gnome-dfd625824dbb001ab68f6d47858ff5400bb0631a.tar.zst
freebsd-ports-gnome-dfd625824dbb001ab68f6d47858ff5400bb0631a.zip
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)
Diffstat (limited to 'devel')
-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