diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:48:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:48:07 +0000 |
commit | 4c1883bce8a1906cc9c05aaea3f1488182d2b30f (patch) | |
tree | 3ca5055692d836309a06064f905db9b5b6835863 /devel/libsmi | |
parent | d0ba5e81954670058c14c9c00cf3fd37c300e9f8 (diff) | |
download | pkgsrc-4c1883bce8a1906cc9c05aaea3f1488182d2b30f.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'devel/libsmi')
-rw-r--r-- | devel/libsmi/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libsmi/PLIST b/devel/libsmi/PLIST index e012d9a56fa..4d0d8b18bbe 100644 --- a/devel/libsmi/PLIST +++ b/devel/libsmi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:48:56 joerg Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:48:13 joerg Exp $ bin/smicache bin/smidiff bin/smidump @@ -375,7 +375,7 @@ share/libsmi/pibs/SLS-NEGOTIATION-PIB share/libsmi/pibs/SLS-NEGOTIATION-PIB-orig share/libsmi/pibs/UMTS-PIB share/libsmi/pibs/UMTS-PIB-orig -@exec ${MKDIR} %D/share/libsmi/pibs/tubs -@exec ${MKDIR} %D/share/libsmi/pibs/site -@exec ${MKDIR} %D/share/libsmi/pibs/ietf -@exec ${MKDIR} %D/share/libsmi/mibs/site +@pkgdir share/libsmi/pibs/tubs +@pkgdir share/libsmi/pibs/site +@pkgdir share/libsmi/pibs/ietf +@pkgdir share/libsmi/mibs/site |