diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-03 13:23:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-03 13:23:53 +0000 |
commit | deb4f7d9223c2a23284a5a05bb03a3697e374aca (patch) | |
tree | 435de7366ea4bb70c10b563310de4de6fdcc8265 /editors/nvi | |
parent | 190dca33dd4a3068a38fde78114e5ae6aed51169 (diff) | |
download | pkgsrc-deb4f7d9223c2a23284a5a05bb03a3697e374aca.tar.gz |
share/vi may also be used by devel/meld; just try removing it.
Bump PKGREVISION.
Diffstat (limited to 'editors/nvi')
-rw-r--r-- | editors/nvi/Makefile | 4 | ||||
-rw-r--r-- | editors/nvi/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index ba28b55aaab..4971bcb74eb 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2007/09/05 23:05:13 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2007/11/03 13:23:53 wiz Exp $ # DISTNAME= nvi-1.81.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/nvi/PLIST b/editors/nvi/PLIST index 1326cc2a474..a5647238802 100644 --- a/editors/nvi/PLIST +++ b/editors/nvi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:30 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/11/03 13:23:53 wiz Exp $ bin/nex bin/nvi bin/nview @@ -28,4 +28,4 @@ share/vi/tcl/wc.tcl @dirrm share/vi/tcl @dirrm share/vi/perl @dirrm share/vi/catalog -@dirrm share/vi +@unexec ${RMDIR} %D/share/vi 2>/dev/null || ${TRUE} |