svn commit: r359600 - head/comms/hamlib
Stephen Hurd
shurd at FreeBSD.org
Fri Jun 27 19:51:33 UTC 2014
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 at FreeBSD.org
+MAINTAINER= hamlib at 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>
More information about the svn-ports-all
mailing list