diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 20:05:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 20:05:39 +0000 |
commit | 7d3480dd87866246efd10b5e419c8ef2486fd595 (patch) | |
tree | 53a86800279ef814f1b95876bf2712dd7f85a250 /graphics/evas/PLIST | |
parent | 5e1da236b12fef91525e8db9419eb315dbf99e1c (diff) | |
download | pkgsrc-7d3480dd87866246efd10b5e419c8ef2486fd595.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'graphics/evas/PLIST')
-rw-r--r-- | graphics/evas/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/evas/PLIST b/graphics/evas/PLIST index a732afe0ea2..e3a5e39a76c 100644 --- a/graphics/evas/PLIST +++ b/graphics/evas/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/06/14 20:05:41 joerg Exp $ include/Evas.h include/Evas_Data.h lib/evas/modules/engines/software_generic/${MODULE_ARCH}/module.la lib/libevas.la lib/pkgconfig/evas.pc -@exec ${MKDIR} %D/lib/evas/modules/savers -@exec ${MKDIR} %D/lib/evas/modules/loaders +@pkgdir lib/evas/modules/savers +@pkgdir lib/evas/modules/loaders |