diff options
author | hira <hira@pkgsrc.org> | 2007-01-22 11:30:01 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-01-22 11:30:01 +0000 |
commit | ecf5a86fecf941af8e9c370a962158b94132e889 (patch) | |
tree | e28ca97cfb36fd4cb93a3c6760ba65805d648d0d /misc/fd | |
parent | 1f47a0169a31676766207b1649da0ea1e8dccdad (diff) | |
download | pkgsrc-ecf5a86fecf941af8e9c370a962158b94132e889.tar.gz |
The previous commit has fixed the path of manpages.
Bump PKGREVISION.
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 0611f18a746..729a5d313be 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2006/12/06 15:36:31 taca Exp $ +# $NetBSD: Makefile,v 1.24 2007/01/22 11:30:01 hira Exp $ # DISTNAME= FD-2.09a PKGNAME= fd-2.09a +PKGREVISION= 1 CATEGORIES= misc shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ |