pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/aspell-nds



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 24 20:47:14 UTC 2019

Modified Files:
        pkgsrc/textproc/aspell-nds: Makefile PLIST

Log Message:
aspell-nds: Fix installation (conflicts with aspell)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/aspell-nds/Makefile \
    pkgsrc/textproc/aspell-nds/PLIST

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

Modified files:

Index: pkgsrc/textproc/aspell-nds/Makefile
diff -u pkgsrc/textproc/aspell-nds/Makefile:1.1 pkgsrc/textproc/aspell-nds/Makefile:1.2
--- pkgsrc/textproc/aspell-nds/Makefile:1.1     Sat Oct 19 13:48:24 2019
+++ pkgsrc/textproc/aspell-nds/Makefile Thu Oct 24 20:47:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/19 13:48:24 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/24 20:47:14 nia Exp $
 
 DISTNAME=      aspell6-nds-0.01-0
 PKGNAME=       ${DISTNAME:S/^aspell6/aspell/1:S/-0$/.0/1}
@@ -13,5 +13,8 @@ LICENSE=      gnu-gpl-v2
 
 HAS_CONFIGURE= yes
 
+post-install:
+       ${RM} -f ${DESTDIR}${PREFIX}/share/aspell/iso-8859-15*
+
 .include "../../textproc/aspell/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/aspell-nds/PLIST
diff -u pkgsrc/textproc/aspell-nds/PLIST:1.1 pkgsrc/textproc/aspell-nds/PLIST:1.2
--- pkgsrc/textproc/aspell-nds/PLIST:1.1        Sat Oct 19 13:48:24 2019
+++ pkgsrc/textproc/aspell-nds/PLIST    Thu Oct 24 20:47:14 2019
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/19 13:48:24 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/24 20:47:14 nia Exp $
 lib/aspell/lowsaxon.alias
 lib/aspell/nds.multi
 lib/aspell/nds.rws
-share/aspell/iso-8859-15.cmap
-share/aspell/iso-8859-15.cset
 share/aspell/nds.dat
 share/aspell/nds_affix.dat
 share/aspell/nds_phonet.dat



Home | Main Index | Thread Index | Old Index