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/gforth | |
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/gforth')
-rw-r--r-- | lang/gforth/Makefile | 4 | ||||
-rw-r--r-- | lang/gforth/PLIST | 4 |
2 files changed, 3 insertions, 5 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} |