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 /math | |
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 'math')
-rw-r--r-- | math/aribas/Makefile | 3 | ||||
-rw-r--r-- | math/aribas/PLIST | 3 | ||||
-rw-r--r-- | math/yacas/Makefile | 4 | ||||
-rw-r--r-- | math/yacas/PLIST | 4 |
4 files changed, 6 insertions, 8 deletions
diff --git a/math/aribas/Makefile b/math/aribas/Makefile index ac9f90729fc..f4a7504a3ba 100644 --- a/math/aribas/Makefile +++ b/math/aribas/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2007/01/07 09:13:59 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/20 19:04:14 wiz Exp $ DISTNAME= aribas-1.53 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/ diff --git a/math/aribas/PLIST b/math/aribas/PLIST index 7da965cbbaf..f6d784b0351 100644 --- a/math/aribas/PLIST +++ b/math/aribas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/08/30 20:49:21 jtb Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:14 wiz Exp $ bin/aribas man/man1/aribas.1 share/doc/aribas/aribas.doc @@ -9,6 +9,5 @@ share/examples/aribas/README share/examples/aribas/factor.ari share/examples/aribas/pi.ari share/examples/aribas/queens.ari -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} @dirrm share/examples/aribas @dirrm share/doc/aribas diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 60d0b14081e..954ca1193e8 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2007/02/20 00:39:35 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/02/20 19:04:14 wiz Exp $ # DISTNAME= yacas-1.0.59 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ diff --git a/math/yacas/PLIST b/math/yacas/PLIST index e36e9e25b02..3dfdecb3a06 100644 --- a/math/yacas/PLIST +++ b/math/yacas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/10/25 17:55:56 drochner Exp $ +@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:15 wiz Exp $ bin/yacas bin/yacas.sh bin/yacas_client @@ -498,6 +498,4 @@ share/yacas/yacasinit.ys @dirrm share/yacas/array.rep @dirrm share/yacas/addons @dirrm share/yacas -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} @dirrm lib/yacas |