From f6dde840c6a388b8970c7d5b8a4d8a81935e807f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 22 Feb 2006 22:13:05 +0000 Subject: Do not delete dirs that do not belong this package. Bump PKGREVISION. --- comms/scmxx/Makefile | 4 ++-- comms/scmxx/PLIST | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'comms/scmxx') diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index d7a38d68906..fb59642a9e5 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2006/02/05 23:08:28 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2006/02/22 22:13:05 wiz Exp $ # DISTNAME= scmxx-0.8.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 diff --git a/comms/scmxx/PLIST b/comms/scmxx/PLIST index 82b96df9cbe..eb9b35f880c 100644 --- a/comms/scmxx/PLIST +++ b/comms/scmxx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/07/14 19:15:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/02/22 22:13:05 wiz Exp $ bin/scmxx man/de/man1/scmxx.1 man/it/man1/scmxx.1 @@ -16,7 +16,5 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/scmxx.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/scmxx.mo @dirrm share/doc/scmxx @dirrm share/examples/scmxx -@dirrm man/it/man1 -@dirrm man/it -@dirrm man/ru/man1 -@dirrm man/ru +@unexec ${RMDIR} %D/man/it/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it 2>/dev/null || ${TRUE} -- cgit v1.2.3