From c0a174ba502158ce500fd6ffdfd173bbcbdb0700 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Tue, 9 May 2006 10:22:46 +0000 Subject: [PATCH] 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) --- devel/libexecinfo/Makefile | 9 +++++++-- devel/libexecinfo/pkg-plist | 2 -- 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 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