Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 1998 01:37:27 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        tg@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/print/rtf2latex Makefile ports/print/rtf2latex/files Makefile ports/print/rtf2latex/pkg PLIST ports/print/rtf2latex/scripts configure
Message-ID:  <199808310837.BAA08773@silvia.hip.berkeley.edu>
In-Reply-To: <199808310751.AAA17239@freefall.freebsd.org> (message from Thomas Gellekum on Mon, 31 Aug 1998 00:51:41 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   - fix PLIST (how did this ever pass the ports czar? ;-) )

I don't look at the PLIST unless portlint complains.  I have better
things to do. ;)

However, since you poked me, I did take a look at this one:

===
>> cdf pkg/PLIST 
Index: pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/print/rtf2latex/pkg/PLIST,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PLIST       1998/08/19 18:50:23     1.3
+++ PLIST       1998/08/31 07:51:41     1.4
@@ -1,2 +1,6 @@
 bin/rtf2LaTeX
-lib/rtf
+share/rtf/ansi.code
+share/rtf/english.land
+share/rtf/german.land
+share/rtf/mac.code
+@dirrm share/rtf
===

So you're saying it used to refer to a directory (lib/rtf) that it
doesn't install at all?  Evil!

People really should do the standard test "make install; make
deinstall; make package" before committing. ;)

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808310837.BAA08773>