diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-22 22:13:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-22 22:13:05 +0000 |
commit | 15e8828b399c2874b0791b6b9fb44198c561215c (patch) | |
tree | 82bddce47195e57a9f1d093ab4190963f6df2645 | |
parent | 69bba0d34f3fac05c6af5e5b1297de2f3cfb7bbe (diff) | |
download | pkgsrc-15e8828b399c2874b0791b6b9fb44198c561215c.tar.gz |
Do not delete dirs that do not belong this package. Bump PKGREVISION.
-rw-r--r-- | comms/scmxx/Makefile | 4 | ||||
-rw-r--r-- | comms/scmxx/PLIST | 8 |
2 files changed, 5 insertions, 7 deletions
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} |