pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/vfu Convert to buildlink3 and fix a spelling erro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53532697acbd
branches:  trunk
changeset: 472612:53532697acbd
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 17:27:57 2004 +0000

description:
Convert to buildlink3 and fix a spelling error in DESCR.

diffstat:

 misc/vfu/DESCR    |  2 +-
 misc/vfu/Makefile |  8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 27f15ed07591 -r 53532697acbd misc/vfu/DESCR
--- a/misc/vfu/DESCR    Sun Apr 11 17:25:30 2004 +0000
+++ b/misc/vfu/DESCR    Sun Apr 11 17:27:57 2004 +0000
@@ -7,7 +7,7 @@
    * Overwrite prompt when copy/move (Yes/No/Always/Never/...).
    * Fast One-Key Commands.
    * Filename completion (incl. extended completion: `*some[az].zip' )
-   * Powerfull ChangeDir function (w. History, Preset favourite dirs...)
+   * Powerful ChangeDir function (w. History, Preset favourite dirs...)
    * Directory(ies) size calculation (single dir/all dirs).
    * Run-Time dirs' sizes calculation! (with dir sizes cache as option)
    * Extensive user-defined external support/utils!
diff -r 27f15ed07591 -r 53532697acbd misc/vfu/Makefile
--- a/misc/vfu/Makefile Sun Apr 11 17:25:30 2004 +0000
+++ b/misc/vfu/Makefile Sun Apr 11 17:27:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/02/19 14:59:10 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2004/04/11 17:27:57 snj Exp $
 #
 
 DISTNAME=      vfu-3.04
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.biscom.net/~cade/away/vfu/
 COMMENT=       Small, handy, easy-to-use file manager
 
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        YES
 USE_LANGUAGES= c c++
 USE_PKGINSTALL=        YES
 
@@ -39,6 +39,6 @@
        cd ${WRKSRC};                                                   \
        ${INSTALL_DATA} ${WRKSRC}/vfu.conf ${EGDIR}/vfu.conf
 
-.include "../../devel/ncurses/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index