diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-19 01:29:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-19 01:29:18 +0000 |
commit | 124637723bd9b0337af489adc62d53a8597f5a58 (patch) | |
tree | 6b098a3b3c3519259fe96fa6affe85447e839179 /fonts | |
parent | 4006c3f81357d8108543759c3cc1c8d910c60ae7 (diff) | |
download | pkgsrc-124637723bd9b0337af489adc62d53a8597f5a58.tar.gz |
It's "@unexec", not "@@unexec".
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/t1lib/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/t1lib/PLIST b/fonts/t1lib/PLIST index afb9c72805a..0a246d95d65 100644 --- a/fonts/t1lib/PLIST +++ b/fonts/t1lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/09/19 01:26:41 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/09/19 01:29:18 jlam Exp $ bin/type1afm bin/xglyph include/t1lib.h @@ -99,4 +99,4 @@ share/${PKGBASE}/Fonts/type1/eufm10.pfb @dirrm share/${PKGBASE}/Fonts @dirrm share/examples/${PKGBASE} @comment remove any rendered docs as well -@@unexec ${RM} -rf %D/share/doc/${PKGBASE} || ${TRUE} +@unexec ${RM} -rf %D/share/doc/${PKGBASE} || ${TRUE} |