diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-27 18:41:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-27 18:41:20 +0000 |
commit | 516044ed76eb7bf39c0d53f2acfa19452253d67e (patch) | |
tree | 7283039f5e48ef9e1ba143617201ca667f6d9588 /misc/pinfo/Makefile | |
parent | fb1995edffeb7e205712e072478e67f47563e758 (diff) |
Notes
Diffstat (limited to 'misc/pinfo/Makefile')
-rw-r--r-- | misc/pinfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index b5ad2220c5b7..2f10b4a251d3 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -6,10 +6,9 @@ # PORTNAME= pinfo -PORTVERSION= 0.6.7 -PORTREVISION= 1 +PORTVERSION= 0.6.8 CATEGORIES= misc -MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ +MASTER_SITES= http://dione.ids.pl/~pborys/software/pinfo/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser @@ -23,6 +22,7 @@ CONFIGURE_ARGS= --with-readline \ --with-localedir=${PREFIX}/share/locale MAN1= pinfo.1 +INFO= pinfo .include <bsd.port.pre.mk> |