diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:28:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:28:43 +0000 |
commit | a9d8e5efec01347136d39d0f0915e43385d0dbf4 (patch) | |
tree | e9cbc524273bf415de0c415a0867997b146d9cde /chat/zircon | |
parent | 99d2d83eec7b6f538cbc04c6e2bae9a6d3ee49be (diff) | |
download | pkgsrc-a9d8e5efec01347136d39d0f0915e43385d0dbf4.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'chat/zircon')
-rw-r--r-- | chat/zircon/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/zircon/PLIST b/chat/zircon/PLIST index 005e82f98be..4dad2396c3b 100644 --- a/chat/zircon/PLIST +++ b/chat/zircon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:37:52 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:28:45 joerg Exp $ bin/zircon share/doc/zircon/BUGS share/doc/zircon/COPYRIGHT @@ -141,9 +141,9 @@ share/zircon/plugins/NoticeOps/setup.tcl share/zircon/plugins/Sed/decrypt.tcl share/zircon/plugins/Sed/pkgIndex.tcl share/zircon/samples/zircon.ad -@exec ${MKDIR} %D/share/zircon/help/Channels -@exec ${MKDIR} %D/share/zircon/help/Servers -@exec ${MKDIR} %D/share/zircon/help/Services -@exec ${MKDIR} %D/share/zircon/help/Users -@exec ${MKDIR} %D/share/zircon/scripts -@exec ${MKDIR} %D/share/zircon/sounds +@pkgdir share/zircon/help/Channels +@pkgdir share/zircon/help/Servers +@pkgdir share/zircon/help/Services +@pkgdir share/zircon/help/Users +@pkgdir share/zircon/scripts +@pkgdir share/zircon/sounds |