pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/tmake fix incorrect usage of LOWER_OPSYS in PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7996cbb69bc1
branches:  trunk
changeset: 468236:7996cbb69bc1
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 11 12:26:51 2004 +0000

description:
fix incorrect usage of LOWER_OPSYS in PLIST.

diffstat:

 devel/tmake/PLIST |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 3e9ac9ad0b5b -r 7996cbb69bc1 devel/tmake/PLIST
--- a/devel/tmake/PLIST Wed Feb 11 12:20:03 2004 +0000
+++ b/devel/tmake/PLIST Wed Feb 11 12:26:51 2004 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:05 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/11 12:26:51 grant Exp $
 bin/progen
 bin/tmake
-lib/tmake/${LOWER_OPSYS}-g++/app.t
-lib/tmake/${LOWER_OPSYS}-g++/lib.t
-lib/tmake/${LOWER_OPSYS}-g++/subdirs.t
-lib/tmake/${LOWER_OPSYS}-g++/tmake.conf
+lib/tmake/netbsd-g++/app.t
+lib/tmake/netbsd-g++/lib.t
+lib/tmake/netbsd-g++/subdirs.t
+lib/tmake/netbsd-g++/tmake.conf
 lib/tmake/unix/app.t
 lib/tmake/unix/generic.t
 lib/tmake/unix/lib.t
@@ -20,6 +20,6 @@
 share/examples/tmake/wc.t
 @dirrm share/examples/tmake
 @dirrm share/doc/tmake
-@dirrm lib/tmake/${LOWER_OPSYS}-g++
+@dirrm lib/tmake/netbsd-g++
 @dirrm lib/tmake/unix
 @dirrm lib/tmake



Home | Main Index | Thread Index | Old Index