pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/yash



Module Name:    pkgsrc
Committed By:   vins
Date:           Fri Aug 25 16:16:08 UTC 2023

Modified Files:
        pkgsrc/shells/yash: Makefile

Log Message:
yash: add missing USE_PKGLOCALEDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/yash/Makefile

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

Modified files:

Index: pkgsrc/shells/yash/Makefile
diff -u pkgsrc/shells/yash/Makefile:1.7 pkgsrc/shells/yash/Makefile:1.8
--- pkgsrc/shells/yash/Makefile:1.7     Fri Aug 25 15:52:52 2023
+++ pkgsrc/shells/yash/Makefile Fri Aug 25 16:16:08 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/08/25 15:52:52 vins Exp $
+# $NetBSD: Makefile,v 1.8 2023/08/25 16:16:08 vins Exp $
 
 DISTNAME=      yash-2.55
+PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  http://osdn.dl.osdn.net/yash/79124/
 EXTRACT_SUFX=  .tar.xz
@@ -12,8 +13,9 @@ LICENSE=      gnu-gpl-v2
 
 FORCE_C_STD=           c99
 
-USE_TOOLS+=    msgfmt msgmerge
-USE_TOOLS+=    intltool xgettext
+USE_TOOLS+=            msgfmt msgmerge
+USE_TOOLS+=            intltool xgettext
+USE_PKGLOCALEDIR=      yes
 
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index