summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-20 19:04:10 +0000
committerwiz <wiz@pkgsrc.org>2007-02-20 19:04:10 +0000
commit17d4eb5978f712cd4c83450bd351a1a2812cd391 (patch)
tree84d104f0e098340fcffc41cab4d5aa7a92735e1f /lang
parent991a68755c3d252ba23cf28d9fad4afc315f24c6 (diff)
downloadpkgsrc-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')
-rw-r--r--lang/gforth/Makefile4
-rw-r--r--lang/gforth/PLIST4
-rw-r--r--lang/mercury/Makefile4
-rw-r--r--lang/mercury/PLIST4
-rw-r--r--lang/oo2c/Makefile4
-rw-r--r--lang/oo2c/PLIST4
-rw-r--r--lang/sather/Makefile4
-rw-r--r--lang/sather/PLIST4
8 files changed, 12 insertions, 20 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 13e20233fde..bf3d8916ad8 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2006/04/04 18:07:16 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2007/02/20 19:04:12 wiz Exp $
DISTNAME= gforth-0.6.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gforth/}
MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/
diff --git a/lang/gforth/PLIST b/lang/gforth/PLIST
index 58d380d74de..90d4a4e4818 100644
--- a/lang/gforth/PLIST
+++ b/lang/gforth/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/04/04 17:16:28 jlam Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:13 wiz Exp $
bin/gforth
bin/${PKGNAME}
bin/gforth-fast
@@ -228,7 +228,5 @@ share/gforth/site-forth/siteinit.fs
@dirrm lib/gforth/${PKGVERSION}
@unexec ${RMDIR} %D/share/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/gforth 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth 2>/dev/null || ${TRUE}
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
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile
index ef5bbc8edf7..4522f400a81 100644
--- a/lang/oo2c/Makefile
+++ b/lang/oo2c/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2006/11/12 01:43:21 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2007/02/20 19:04:14 wiz Exp $
DISTNAME= oo2c_${BITS}-2.0.11
PKGNAME= oo2c-2.0.11
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooc/}
EXTRACT_SUFX= .tar.bz2
diff --git a/lang/oo2c/PLIST b/lang/oo2c/PLIST
index 1ea3fe2db50..fd78b7a46ea 100644
--- a/lang/oo2c/PLIST
+++ b/lang/oo2c/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:40 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:14 wiz Exp $
bin/oo2c
bin/oob
bin/oobacktrace
@@ -610,8 +610,6 @@ man/man1/ooef.1
man/man1/oowhereis.1
share/doc/html/oo2c
share/emacs/site-lisp/oo2c
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@dirrm lib/oo2c/sym/XML/UnicodeCodec
@dirrm lib/oo2c/sym/XML/Builder
@dirrm lib/oo2c/sym/XML/Basic
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