diff options
Diffstat (limited to 'comms/hamlib/Makefile')
-rw-r--r-- | comms/hamlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index d699323f37b9..f422bc188ffc 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -39,7 +39,7 @@ post-patch: post-build: ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' \ ${WRKSRC}/bindings/Hamlib-pl.mk - + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hamlib/Hamlib.so @${MKDIR} ${STAGEDIR}${DOCSDIR} |