diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-16 18:09:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-16 18:09:27 +0000 |
commit | 9c1c805314ec9c445448656eb85ec136709aa01a (patch) | |
tree | dcce707b98cda6df89aed7dc2865b3e1aeec4026 /x11 | |
parent | a86da0ba9b05f186028ce3632bb29c4c35acb791 (diff) | |
download | pkgsrc-9c1c805314ec9c445448656eb85ec136709aa01a.tar.gz |
Do not remove share/aclocal, it's in the *dist files.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xbae/PLIST | 3 | ||||
-rw-r--r-- | x11/gtk/PLIST | 3 | ||||
-rw-r--r-- | x11/lesstif/DEINSTALL | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/x11/Xbae/PLIST b/x11/Xbae/PLIST index d17de4d5042..440f633a530 100644 --- a/x11/Xbae/PLIST +++ b/x11/Xbae/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/02/18 14:51:01 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/02/16 18:09:27 wiz Exp $ include/Xbae/Caption.h include/Xbae/CaptionP.h include/Xbae/Clip.h @@ -179,4 +179,3 @@ share/doc/Xbae/users.html @dirrm share/doc/Xbae/images @dirrm share/doc/Xbae @dirrm include/Xbae -@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE} diff --git a/x11/gtk/PLIST b/x11/gtk/PLIST index 0812e85cee4..e3ea17b0875 100644 --- a/x11/gtk/PLIST +++ b/x11/gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2004/09/22 08:09:58 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/02/16 18:09:27 wiz Exp $ bin/gtk-config share/gtk/gtkrc.az share/gtk/gtkrc.be @@ -216,7 +216,6 @@ ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gtk+.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gtk+.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gtk+.mo share/themes/Default/gtk/gtkrc -@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE} @dirrm share/themes/Default/gtk @unexec ${RMDIR} %D/share/themes/Default 2>/dev/null || ${TRUE} @dirrm include/gtk-1.2/gtk diff --git a/x11/lesstif/DEINSTALL b/x11/lesstif/DEINSTALL index 5b20beca0b2..e3c54f0a8b6 100644 --- a/x11/lesstif/DEINSTALL +++ b/x11/lesstif/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:23:08 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.3 2006/02/16 18:09:27 wiz Exp $ PKGNAME=$1 STAGE=$2 @@ -37,7 +37,6 @@ POST-DEINSTALL) if [ ${PKG_PREFIX} != ${LOCALBASE} ] then ${RM} -f ${LOCALBASE}/share/aclocal/ac_find_motif.m4 - ${RMDIR} -p ${PKG_PREFIX}/share/aclocal 2>/dev/null || ${TRUE} fi ${RMDIR} -p ${PKG_PREFIX}/lib/X11/config 2>/dev/null || ${TRUE} |