pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vsftpd Set INSTALLATION_DIRS to create some direct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64f2343a18eb
branches:  trunk
changeset: 488529:64f2343a18eb
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Feb 02 23:12:52 2005 +0000

description:
Set INSTALLATION_DIRS to create some directories used by the do-install
target that appears later in the Makefile.  Also move inclusion of
buildlink3.mk files above target definitions, as per style guidelines.

diffstat:

 net/vsftpd/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r f9920e360b47 -r 64f2343a18eb net/vsftpd/Makefile
--- a/net/vsftpd/Makefile       Wed Feb 02 22:26:36 2005 +0000
+++ b/net/vsftpd/Makefile       Wed Feb 02 23:12:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/12/28 02:47:48 reed Exp $
+# $NetBSD: Makefile,v 1.13 2005/02/02 23:12:52 jlam Exp $
 #
 
 DISTNAME=      vsftpd-1.2.2
@@ -32,10 +32,14 @@
 MAKE_DIRS=     ${VARBASE}/chroot
 OWN_DIRS=      ${VARBASE}/chroot/vsftpd
 
+INSTALLATION_DIRS=     libexec man/man5 man/man8
+
 # XXX: This package doesn't work on non-IPv6 enabled operating systems.
 #
 BUILD_DEFS+=   USE_INET6
 
+.include "../../security/tcp_wrappers/buildlink3.mk"
+
 post-patch:
        @cd ${WRKSRC} && \
                for f in vsftpd.8 vsftpd.conf.5 vsftpd.conf; do         \
@@ -52,6 +56,4 @@
        ${INSTALL_DATA_DIR} ${DOCDIR}
        cd ${WRKSRC} && ${INSTALL_DATA} FAQ INSTALL README TUNING ${DOCDIR}
 
-.include "../../security/tcp_wrappers/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index