diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
commit | e33233f948fa75569942bda3f34c065ad24f1576 (patch) | |
tree | 7b858f4e784b4f518405b5a934eaa29ec91c8256 /devel/bison2 | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154110
Diffstat (limited to 'devel/bison2')
-rw-r--r-- | devel/bison2/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist index f1cbdfa9633f..8a7c7ddba574 100644 --- a/devel/bison2/pkg-plist +++ b/devel/bison2/pkg-plist @@ -57,4 +57,4 @@ share/aclocal/bison-i18n.m4 %%NLS%%@unexec rmdir %D/share/locale/rw 2>/dev/null || true @dirrm %%DATADIR%%/m4sugar @dirrm %%DATADIR%% -@unexec rmdir %D/share/aclocal 2>/dev/null || true +@dirrmtry share/aclocal |