diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 21:28:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 21:28:46 +0000 |
commit | 93323948e4f1e37e92dc7873785b511d58636a05 (patch) | |
tree | 5d829254b84f2d9499498c97bb76aa0a614b5171 /textproc/groff | |
parent | a567289eeb13576e7d99ec848b9a37cebb1b9e2d (diff) | |
download | pkgsrc-93323948e4f1e37e92dc7873785b511d58636a05.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/PLIST | 6 | ||||
-rw-r--r-- | textproc/groff/PLIST.x11 | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/textproc/groff/PLIST b/textproc/groff/PLIST index 2648246a864..8efc7581f9f 100644 --- a/textproc/groff/PLIST +++ b/textproc/groff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2009/06/14 18:17:16 joerg Exp $ +@comment $NetBSD: PLIST,v 1.18 2009/06/14 21:36:31 joerg Exp $ bin/addftinfo bin/afmtodit bin/${GNU_PREFIX}eqn @@ -489,5 +489,5 @@ share/groff/${PKGVERSION}/tmac/www.tmac share/groff/current share/groff/site-tmac/man.local share/groff/site-tmac/mdoc.local -@exec ${MKDIR} %D/share/groff/site-font -@exec ${MKDIR} %D/lib/groff/site-tmac +@pkgdir share/groff/site-font +@pkgdir lib/groff/site-tmac diff --git a/textproc/groff/PLIST.x11 b/textproc/groff/PLIST.x11 index c403ddc0939..9a4c8914621 100644 --- a/textproc/groff/PLIST.x11 +++ b/textproc/groff/PLIST.x11 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.x11,v 1.4 2009/06/14 18:17:16 joerg Exp $ +@comment $NetBSD: PLIST.x11,v 1.5 2009/06/14 21:36:31 joerg Exp $ bin/gxditview bin/xtotroff lib/X11/app-defaults/GXditview @@ -77,5 +77,3 @@ share/groff/${PKGVERSION}/font/devX75/TB share/groff/${PKGVERSION}/font/devX75/TBI share/groff/${PKGVERSION}/font/devX75/TI share/groff/${PKGVERSION}/font/devX75/TR -@unexec ${RMDIR} %D/lib/X11/app-defaults 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib/X11 2>/dev/null || ${TRUE} |