diff options
author | grant <grant@pkgsrc.org> | 2004-02-11 12:26:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-11 12:26:51 +0000 |
commit | f5a3b6a37a367f372c3c07de06b8cd3ec5088dfa (patch) | |
tree | 68bc864422f2ad3fd71738ae531f949e26c874c1 /devel/tmake | |
parent | 057d7df5eca0d9f06bd673c5e623b95777d88fe9 (diff) | |
download | pkgsrc-f5a3b6a37a367f372c3c07de06b8cd3ec5088dfa.tar.gz |
fix incorrect usage of LOWER_OPSYS in PLIST.
Diffstat (limited to 'devel/tmake')
-rw-r--r-- | devel/tmake/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/tmake/PLIST b/devel/tmake/PLIST index 4e9b60596e5..04006c9c6fe 100644 --- a/devel/tmake/PLIST +++ b/devel/tmake/PLIST @@ -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/main.cpp 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 |