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 /devel | |
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 'devel')
-rw-r--r-- | devel/ftnchek/Makefile | 3 | ||||
-rw-r--r-- | devel/ftnchek/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 47b9ac34cec..24377f098cb 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/20 19:04:11 wiz Exp $ DISTNAME= ftnchek-3.2.2 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.dsm.fordham.edu/~ftnchek/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/ftnchek/PLIST b/devel/ftnchek/PLIST index 2d1f7b83558..6feb2ba7df6 100644 --- a/devel/ftnchek/PLIST +++ b/devel/ftnchek/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/29 22:24:33 jtb Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:11 wiz Exp $ bin/dcl2inc bin/ftnchek libexec/ftnchek/dcl2inc.awk @@ -72,7 +72,6 @@ share/doc/ftnchek/html/wordsize.html share/doc/ftnchek/html/wrap.html share/doc/ftnchek/macro-doc.txt share/emacs/site-lisp/ftnchek.el -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} @dirrm share/doc/ftnchek/html @dirrm share/doc/ftnchek @dirrm libexec/ftnchek |