diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-15 03:20:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-15 03:20:12 +0000 |
commit | 40ee75cbd8f2f3935ad10b055038669d9534c778 (patch) | |
tree | 74313e5408fdfc2b58344216b67d2ed7255cd5b2 /misc/vfu/Makefile | |
parent | 9f9db69945c2cd6d696b63c31fe828e61032d331 (diff) | |
download | pkgsrc-40ee75cbd8f2f3935ad10b055038669d9534c778.tar.gz |
Update to V1.43.
Changes: Fixed problem with terminals >80x25, new features, menu border
for mono terminals, new options, few bugs fixed.
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r-- | misc/vfu/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index f9e9763f433..404ec69b16c 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 1999/02/10 15:14:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/15 03:20:12 hubertf Exp $ # -DISTNAME= vfu-1.42-source -PKGNAME= vfu-1.42 +DISTNAME= vfu-1.43-source +PKGNAME= vfu-1.43 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= misc MASTER_SITES= http://www.biscom.net/~cade/away/ @@ -31,7 +31,6 @@ do-install: ${WRKSRC}/vfu/INSTALL \ ${WRKSRC}/vfu/README \ ${WRKSRC}/vfu/vfu.txt \ - ${WRKSRC}/vfu/readme \ ${WRKSRC}/vfu/COPYING \ ${WRKSRC}/vfu/COPYING \ ${PREFIX}/share/doc/vfu |