No @bin allowed in PFRAG?
Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/catdoc/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 17 Nov 2011 14:42:01 -0000 1.29 +++ Makefile 12 Aug 2012 23:53:31 -0000 @@ -3,7 +3,7 @@ COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX DISTNAME= catdoc-0.94.2 -REVISION= 1 +REVISION= 2 CATEGORIES= textproc MASTER_SITES= http://ftp.wagner.pp.ru/pub/catdoc/ @@ -22,7 +22,9 @@ FLAVORS= tk FLAVOR?= .if ${FLAVOR:L:Mtk} -RUN_DEPENDS= x11/tk/8.4 +MODULES= x11/tk +MODTK_VERSION= 8.4 +RUN_DEPENDS= ${MODTK_RUN_DEPENDS} .else CONFIGURE_ARGS+=--disable-wordview .endif Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/catdoc/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 5 Apr 2007 17:26:15 -0000 1.4 +++ distinfo 12 Aug 2012 23:53:31 -0000 @@ -1,5 +1,2 @@ -MD5 (catdoc-0.94.2.tar.gz) = JD4WgLs+cDYW9a3s/uJEkQ== -RMD160 (catdoc-0.94.2.tar.gz) = Wet6Am/TotrnSj5/AaWCZvfvr3I= -SHA1 (catdoc-0.94.2.tar.gz) = UM6dfLJK1rEKhWycJBg+KwoRygQ= SHA256 (catdoc-0.94.2.tar.gz) = A8mLEDZk5dG2PeEQhU6TwkU7wQvlY0+GwoAwPrhD02I= SIZE (catdoc-0.94.2.tar.gz) = 146012 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/textproc/catdoc/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 27 Oct 2006 20:41:47 -0000 1.4 +++ pkg/PLIST 12 Aug 2012 23:53:31 -0000 @@ -1,7 +1,7 @@ @comment $OpenBSD: PLIST,v 1.4 2006/10/27 20:41:47 steven Exp $ -bin/catdoc -bin/catppt -bin/xls2csv +@bin bin/catdoc +@bin bin/catppt +@bin bin/xls2csv @man man/man1/catdoc.1 @man man/man1/catppt.1 @man man/man1/xls2csv.1
