aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hamlib/Makefile
diff options
context:
space:
mode:
authorshurd <shurd@FreeBSD.org>2014-06-28 03:51:32 +0800
committershurd <shurd@FreeBSD.org>2014-06-28 03:51:32 +0800
commit63202dad7c8d1d6ccc8fe277165458e8841b598c (patch)
treee22a814f8afee9e6f5d1a4631bcb1b2d37b54a3d /comms/hamlib/Makefile
parent2b3d7f25e0e887685cbb4108a08b371a62028d55 (diff)
downloadfreebsd-ports-gnome-63202dad7c8d1d6ccc8fe277165458e8841b598c.tar.gz
freebsd-ports-gnome-63202dad7c8d1d6ccc8fe277165458e8841b598c.tar.zst
freebsd-ports-gnome-63202dad7c8d1d6ccc8fe277165458e8841b598c.zip
Fix perl module .packlist and remove perllocal.pod
Change maintainer to hamradio@ (per db@) Reviewed by: skreuzer Approved by: db, skreuzer (mentors)
Diffstat (limited to 'comms/hamlib/Makefile')
-rw-r--r--comms/hamlib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index 87d6964777f1..2d3701b179cd 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -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>