diff options
author | joerg <joerg> | 2009-06-14 21:28:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 21:28:46 +0000 |
commit | ba3f2dd447d9402e6141f95613c6fed975d88eef (patch) | |
tree | 5d829254b84f2d9499498c97bb76aa0a614b5171 /textproc/groff | |
parent | f090c5220a76be82a8dfdeeca9ea8dcb4b000872 (diff) | |
download | pkgsrc-ba3f2dd447d9402e6141f95613c6fed975d88eef.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} |