summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-05 17:17:04 +0000
committercheusov <cheusov>2012-10-05 17:17:04 +0000
commitbfadc478b225427542f38b0d238340c4bb0fbcf3 (patch)
treefdd6815eb9793fb3908dd283dda79967ec0bbe3f /security
parent9151b4374f4876b0255b53fa91e6a822460fbd5a (diff)
downloadpkgsrc-bfadc478b225427542f38b0d238340c4bb0fbcf3.tar.gz
CONFLICTS between lang/sr and security/srm
Diffstat (limited to 'security')
-rw-r--r--security/srm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile
index 0336175228e..e5637fbf1f1 100644
--- a/security/srm/Makefile
+++ b/security/srm/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/01 00:08:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/05 17:17:04 cheusov Exp $
#
DISTNAME= srm-1.2.8
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srm/}
@@ -13,4 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+CONFLICTS+= sr-[0-9]* # bin/srm
+
.include "../../mk/bsd.pkg.mk"