diff options
-rw-r--r-- | textproc/sablotron/Makefile | 7 | ||||
-rw-r--r-- | textproc/sablotron/PLIST | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index cab29d39dbc..635aa582dc5 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/07/24 13:35:28 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/29 15:29:29 xtraeme Exp $ -DISTNAME= Sablot-0.96 -PKGNAME= sablotron-0.96 -PKGREVISION= 2 +DISTNAME= Sablot-1.0 +PKGNAME= ${DISTNAME:S/Sablot/sablotron/} CATEGORIES= textproc MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ diff --git a/textproc/sablotron/PLIST b/textproc/sablotron/PLIST index 5ad0ba38c04..7c3dfb9460f 100644 --- a/textproc/sablotron/PLIST +++ b/textproc/sablotron/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2002/09/25 23:17:26 jwise Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/29 15:29:29 xtraeme Exp $ bin/sabcmd +bin/sablot-config include/sabcfg.h include/sabdbg.h include/sablot.h @@ -9,6 +10,6 @@ include/sxpath.h lib/libsablot.a lib/libsablot.la lib/libsablot.so -lib/libsablot.so.96 -lib/libsablot.so.96.0 +lib/libsablot.so.100 +lib/libsablot.so.100.0 man/man1/sabcmd.1 |