diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/bftpd/Makefile | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
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 |