diff options
author | wiz <wiz> | 2007-02-20 19:04:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-20 19:04:10 +0000 |
commit | 715c91fa53ea169187a6510726339bc84c5094af (patch) | |
tree | 84d104f0e098340fcffc41cab4d5aa7a92735e1f /lang/oo2c | |
parent | 16618c32f9b58c0e4ee65776bbc604b167c3f9c5 (diff) | |
download | pkgsrc-715c91fa53ea169187a6510726339bc84c5094af.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/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 4 | ||||
-rw-r--r-- | lang/oo2c/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
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 |