Skip to content

Commit

Permalink
Do not delete dirs that do not belong this package. Bump PKGREVISION.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Feb 22, 2006
1 parent b30e272 commit f6dde84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions comms/scmxx/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 3 additions & 5 deletions comms/scmxx/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}

0 comments on commit f6dde84

Please sign in to comment.