diff options
Diffstat (limited to 'net/bftpd/Makefile')
-rw-r--r-- | net/bftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile index 52462350d7c..4cb6edd1476 100644 --- a/net/bftpd/Makefile +++ b/net/bftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/29 06:21:57 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/03/24 19:21:29 joerg Exp $ # DISTNAME= bftpd-1.0.24 @@ -16,6 +16,8 @@ CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \ ${PKG_SYSCONFDIR}/bftpd.conf MAKE_ENV+= VARBASE=${VARBASE:Q} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bftpd |