diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 20:34:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 20:34:12 +0000 |
commit | b7c600b6fa79ae79fd94a8bc9a1e5a1360e62748 (patch) | |
tree | fd4620c67e5e10d0afde4e707b400487e3a40032 /lang/tcl-expect | |
parent | ef3ba001a15dfa2f7d8d6fa4b50c38f205d513d3 (diff) | |
download | pkgsrc-b7c600b6fa79ae79fd94a8bc9a1e5a1360e62748.tar.gz |
Replace @exec/@unexec with @pkgdir or drop it.
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/tcl-expect/PLIST b/lang/tcl-expect/PLIST index 2e91876912c..374691f33e7 100644 --- a/lang/tcl-expect/PLIST +++ b/lang/tcl-expect/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2009/06/14 18:03:43 joerg Exp $ +@comment $NetBSD: PLIST,v 1.12 2009/06/14 20:34:16 joerg Exp $ bin/expect include/expect.h include/expect_comm.h @@ -40,4 +40,3 @@ share/examples/tcl/expect/weather share/examples/tcl/expect/xkibitz share/examples/tcl/expect/xkibitz.1 share/examples/tcl/expect/xpstat -@unexec ${RMDIR} %D/share/examples/tcl 2>/dev/null || ${TRUE} |