summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-11 17:27:57 +0000
committersnj <snj@pkgsrc.org>2004-04-11 17:27:57 +0000
commitb4753574071db219de29382fc19f15cd5eba7531 (patch)
tree8e232b655a2fa5fe467ff1b90be4fc4ce03e82d9 /misc
parent0f44813f9f6d521d4130387fd62331dfc0588e64 (diff)
downloadpkgsrc-b4753574071db219de29382fc19f15cd5eba7531.tar.gz
Convert to buildlink3 and fix a spelling error in DESCR.
Diffstat (limited to 'misc')
-rw-r--r--misc/vfu/DESCR2
-rw-r--r--misc/vfu/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/vfu/DESCR b/misc/vfu/DESCR
index 5647fadef1e..ffeb2fec576 100644
--- a/misc/vfu/DESCR
+++ b/misc/vfu/DESCR
@@ -7,7 +7,7 @@ Main features are:
* 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 --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index bc00e5e7fcf..ec46cffab6c 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -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 @@ MAINTAINER= hubertf@NetBSD.org
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 @@ post-install:
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"