diff options
author | fredb <fredb@pkgsrc.org> | 2001-03-26 00:28:11 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-03-26 00:28:11 +0000 |
commit | 114d78ee7dc5fed786b684841c8b860410d4346d (patch) | |
tree | 9f3b228a0ebe5f379fac68ebbd035e770946de3f /misc/pinfo/Makefile | |
parent | 66f4e2efdf8811c35f8b699ff5fae086dba02db1 (diff) | |
download | pkgsrc-114d78ee7dc5fed786b684841c8b860410d4346d.tar.gz |
Fix the man page to not reference linux default paths. Bump to nb1.
Diffstat (limited to 'misc/pinfo/Makefile')
-rw-r--r-- | misc/pinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 05ef9092267..7934cc71ef2 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/03/25 23:47:10 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/26 00:28:11 fredb Exp $ # DISTNAME= pinfo-0.6.0 +PKGNAME= pinfo-0.6.0nb1 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ |