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/mercury | |
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/mercury')
-rw-r--r-- | lang/mercury/Makefile | 4 | ||||
-rw-r--r-- | lang/mercury/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 1fed0aaffe3..1a1d68f678b 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2007/02/15 14:36:39 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2007/02/20 19:04:13 wiz Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \ ${MASTER_SITE_SUNSITE:=devel/lang/mercury/} diff --git a/lang/mercury/PLIST b/lang/mercury/PLIST index 15adc62309d..803d851b64a 100644 --- a/lang/mercury/PLIST +++ b/lang/mercury/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2006/04/05 06:27:41 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:14 wiz Exp $ bin/c2init bin/canonical_grade bin/info_to_mdb @@ -2063,8 +2063,6 @@ share/examples/mercury/ultra_sub.m @dirrm share/examples/mercury/c_interface @dirrm share/examples/mercury @dirrm share/emacs/site-lisp/mercury -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} @dirrm share/doc/mercury @dirrm share/doc/html/mercury @dirrm lib/mercury/modules |