Date: Fri, 27 Jun 2014 19:51:32 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359600 - head/comms/hamlib Message-ID: <201406271951.s5RJpWO2072430@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Fri Jun 27 19:51:32 2014 New Revision: 359600 URL: http://svnweb.freebsd.org/changeset/ports/359600 QAT: https://qat.redports.org/buildarchive/r359600/ Log: Fix perl module .packlist and remove perllocal.pod Change maintainer to hamradio@ (per db@) Reviewed by: skreuzer Approved by: db, skreuzer (mentors) Modified: head/comms/hamlib/Makefile Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Fri Jun 27 19:35:46 2014 (r359599) +++ head/comms/hamlib/Makefile Fri Jun 27 19:51:32 2014 (r359600) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF -MAINTAINER= db@FreeBSD.org +MAINTAINER= hamlib@FreeBSD.org COMMENT= Shared libraries for Amateur Radio Equipment Control Applications LICENSE= LGPL20 @@ -46,4 +46,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} .endfor +post-stage: + ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \; + @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271951.s5RJpWO2072430>