diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/proftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index d9f6a59ed04..318e52d2d80 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2021/10/16 19:46:41 tm Exp $ +# $NetBSD: Makefile,v 1.94 2022/03/07 16:27:48 nia Exp $ #PKGREVISION= 2 .include "../../net/proftpd/Makefile.common" @@ -53,6 +53,8 @@ INSTALLATION_DIRS+= lib/proftpd INSTALLATION_DIRS+= share/doc/proftpd INSTALLATION_DIRS+= share/examples/proftpd +CHECK_RELRO_SKIP+= libexec/proftpd/*.a + post-install: .for i in NEWS README.md README.LDAP README.modules ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd |