Index: comms/hamlib/Makefile =================================================================== --- comms/hamlib/Makefile +++ comms/hamlib/Makefile @@ -7,7 +7,7 @@ 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,7 @@ @${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} .endfor +post-stage: + ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \; + .include