diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:06:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:06:39 +0000 |
commit | e85e58a029bd63ae666f1998c5a5629ca64ceee6 (patch) | |
tree | 5c7f99cfbae867a7ff655a3f10b6c23aceb8f59b /x11/modular-xorg-server | |
parent | b882d11d24e052ef7a19f4841f4729478cec7f12 (diff) | |
download | pkgsrc-e85e58a029bd63ae666f1998c5a5629ca64ceee6.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'x11/modular-xorg-server')
-rw-r--r-- | x11/modular-xorg-server/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/modular-xorg-server/PLIST b/x11/modular-xorg-server/PLIST index 6ab64d4bb01..92c6787cd51 100644 --- a/x11/modular-xorg-server/PLIST +++ b/x11/modular-xorg-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:25:01 joerg Exp $ +@comment $NetBSD: PLIST,v 1.13 2009/06/14 22:06:41 joerg Exp $ bin/X bin/Xnest bin/Xorg @@ -195,5 +195,5 @@ man/man4/exa.4 man/man4/fbdevhw.4 man/man5/xorg.conf.5 share/aclocal/xorg-server.m4 -@exec ${MKDIR} %D/lib/xorg/modules/input -@exec ${MKDIR} %D/lib/xorg/modules/drivers +@pkgdir lib/xorg/modules/input +@pkgdir lib/xorg/modules/drivers |