pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bftpd Need 'sbin' rather than 'bin'.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e62d73da3a3
branches:  trunk
changeset: 536688:8e62d73da3a3
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Dec 20 14:08:34 2007 +0000

description:
Need 'sbin' rather than 'bin'.
Then DESTDIR ready.

diffstat:

 net/bftpd/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r b952ec4400e0 -r 8e62d73da3a3 net/bftpd/Makefile
--- a/net/bftpd/Makefile        Thu Dec 20 14:00:07 2007 +0000
+++ b/net/bftpd/Makefile        Thu Dec 20 14:08:34 2007 +0000
@@ -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 @@
                ${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"



Home | Main Index | Thread Index | Old Index