pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/abiword-plugins



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jan  6 22:53:38 UTC 2020

Modified Files:
        pkgsrc/editors/abiword-plugins: Makefile

Log Message:
abiword-plugins: a package can't conflict with itself


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/editors/abiword-plugins/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/abiword-plugins/Makefile
diff -u pkgsrc/editors/abiword-plugins/Makefile:1.109 pkgsrc/editors/abiword-plugins/Makefile:1.110
--- pkgsrc/editors/abiword-plugins/Makefile:1.109       Tue Dec 17 01:59:31 2019
+++ pkgsrc/editors/abiword-plugins/Makefile     Mon Jan  6 22:53:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2019/12/17 01:59:31 gutteridge Exp $
+# $NetBSD: Makefile,v 1.110 2020/01/06 22:53:38 gutteridge Exp $
 
 .include       "../../editors/abiword/Makefile.common"
 DISTNAME=      abiword-${ABIVERSION}
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 DISTINFO_FILE= ${.CURDIR}/../../editors/abiword/distinfo
 PATCHDIR=      ${.CURDIR}/../../editors/abiword/patches
 
-CONFLICTS=     abiword-plugins-[0-9]* abiword-personal-[0-9]* abiword2-[0-9]*
+CONFLICTS=     abiword-personal-[0-9]* abiword2-[0-9]*
 
 BUILD_DEPENDS+=        autoconf-archive-[0-9]*:../../devel/autoconf-archive
 



Home | Main Index | Thread Index | Old Index