summaryrefslogtreecommitdiff
path: root/net/bftpd
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-20 14:08:34 +0000
committerobache <obache@pkgsrc.org>2007-12-20 14:08:34 +0000
commitd972cec0fd91c3da733021540a57678eeac01399 (patch)
tree6af11845e6253b1772fbde87e9a2f271b3fe52ff /net/bftpd
parent77939cd4f817079d4e9c08302ee6a60550410eb9 (diff)
downloadpkgsrc-d972cec0fd91c3da733021540a57678eeac01399.tar.gz
Need 'sbin' rather than 'bin'.
Then DESTDIR ready.
Diffstat (limited to 'net/bftpd')
-rw-r--r--net/bftpd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
index 1731bff3db2..b5effc111d1 100644
--- a/net/bftpd/Makefile
+++ b/net/bftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/03/31 12:00:21 abs Exp $
+# $NetBSD: Makefile,v 1.9 2007/12/20 14:08:34 obache Exp $
#
DISTNAME= bftpd-1.0.24
@@ -16,9 +16,8 @@ CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
${PKG_SYSCONFDIR}/bftpd.conf
MAKE_ENV+= VARBASE=${VARBASE:Q}
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 share/examples/bftpd
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bftpd
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.pkg.mk"