diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-20 19:04:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-20 19:04:10 +0000 |
commit | 17d4eb5978f712cd4c83450bd351a1a2812cd391 (patch) | |
tree | 84d104f0e098340fcffc41cab4d5aa7a92735e1f /lang/sather | |
parent | 991a68755c3d252ba23cf28d9fad4afc315f24c6 (diff) | |
download | pkgsrc-17d4eb5978f712cd4c83450bd351a1a2812cd391.tar.gz |
share/emacs/site-lisp now exists by default -- don't try to remove it.
Bump PKGREVISION for the PLIST change.
Diffstat (limited to 'lang/sather')
-rw-r--r-- | lang/sather/Makefile | 4 | ||||
-rw-r--r-- | lang/sather/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 1529134032c..8be0f138f73 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2007/01/07 09:13:57 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/20 19:04:14 wiz Exp $ DISTNAME= sather-1.2.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=sather/} diff --git a/lang/sather/PLIST b/lang/sather/PLIST index c1a0a6db8e0..4413e105e8f 100644 --- a/lang/sather/PLIST +++ b/lang/sather/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/04/05 06:27:42 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:14 wiz Exp $ bin/sabrowse bin/sacomp info/sather-mode.info @@ -469,8 +469,6 @@ share/emacs/site-lisp/hl319.el share/emacs/site-lisp/sather-lib.el share/emacs/site-lisp/sather-module.el share/emacs/site-lisp/sather.el -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} @dirrm share/doc/sather/header @dirrm share/doc/sather/Gui @dirrm share/doc/sather |