diff options
author | joerg <joerg> | 2009-06-14 18:48:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 18:48:07 +0000 |
commit | 98eed4cfc242802f1ce0552c0e621b76acdb75f3 (patch) | |
tree | 3ca5055692d836309a06064f905db9b5b6835863 /emulators/raine | |
parent | cf61c249d91b593f80d4a180f376c3678c957e96 (diff) | |
download | pkgsrc-98eed4cfc242802f1ce0552c0e621b76acdb75f3.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'emulators/raine')
-rw-r--r-- | emulators/raine/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/raine/PLIST b/emulators/raine/PLIST index 8e8cebfd0f9..ccfcf3ee4f7 100644 --- a/emulators/raine/PLIST +++ b/emulators/raine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:51:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:54:52 joerg Exp $ bin/raine share/applications/raine.desktop share/pixmaps/raine.png @@ -28,6 +28,6 @@ share/raine/languages/template.cfg share/raine/languages/turkish.cfg share/raine/raine share/raine/raine.dat -@exec ${MKDIR} %D/share/raine/roms -@exec ${MKDIR} %D/share/raine/emudx -@exec ${MKDIR} %D/share/raine/artwork +@pkgdir share/raine/roms +@pkgdir share/raine/emudx +@pkgdir share/raine/artwork |