diff options
| author | Stephen Hurd <shurd@FreeBSD.org> | 2014-06-27 19:51:32 +0000 |
|---|---|---|
| committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-06-27 19:51:32 +0000 |
| commit | 37a172c645dfe6a1f9fdf03d903e7da5f91ff0a2 (patch) | |
| tree | e22a814f8afee9e6f5d1a4631bcb1b2d37b54a3d /comms/hamlib | |
| parent | 53e8709318b106f4d9d5275e4fcba5068285ca06 (diff) | |
Notes
Diffstat (limited to 'comms/hamlib')
| -rw-r--r-- | comms/hamlib/Makefile | 6 |
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> |
