pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/enchant2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Dec 25 21:19:46 UTC 2023

Modified Files:
        pkgsrc/textproc/enchant2: Makefile PLIST

Log Message:
enchant2: fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/enchant2/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/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.33 pkgsrc/textproc/enchant2/Makefile:1.34
--- pkgsrc/textproc/enchant2/Makefile:1.33      Sun Dec 17 22:31:22 2023
+++ pkgsrc/textproc/enchant2/Makefile   Mon Dec 25 21:19:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/12/17 22:31:22 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/12/25 21:19:46 tnn Exp $
 
 DISTNAME=              enchant-2.6.4
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
@@ -33,6 +33,13 @@ CONFIGURE_ARGS+=     --without-voikko
 CONFIGURE_ARGS+=       --enable-relocatable
 TEST_TARGET=           check
 
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+=   Darwin
+.if ${OPSYS} == "Darwin"
+PLIST.Darwin=  yes
+.endif
+
 .include "options.mk"
 
 .include "../../devel/glib2/buildlink3.mk"

Index: pkgsrc/textproc/enchant2/PLIST
diff -u pkgsrc/textproc/enchant2/PLIST:1.3 pkgsrc/textproc/enchant2/PLIST:1.4
--- pkgsrc/textproc/enchant2/PLIST:1.3  Sun Dec 17 22:31:22 2023
+++ pkgsrc/textproc/enchant2/PLIST      Mon Dec 25 21:19:46 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/12/17 22:31:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/12/25 21:19:46 tnn Exp $
 bin/enchant-2
 bin/enchant-lsmod-2
 include/enchant-2/enchant++.h
@@ -15,4 +15,5 @@ man/man5/enchant.5
 share/doc/enchant/enchant-2.html
 share/doc/enchant/enchant-lsmod-2.html
 share/doc/enchant/enchant.html
+${PLIST.Darwin}share/enchant-2/AppleSpell.config
 share/enchant-2/enchant.ordering



Home | Main Index | Thread Index | Old Index