pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/gourmet



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 13:19:33 UTC 2022

Modified Files:
        pkgsrc/databases/gourmet: Makefile

Log Message:
gourmet: Use PKGLOCALEDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/databases/gourmet/Makefile

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

Modified files:

Index: pkgsrc/databases/gourmet/Makefile
diff -u pkgsrc/databases/gourmet/Makefile:1.73 pkgsrc/databases/gourmet/Makefile:1.74
--- pkgsrc/databases/gourmet/Makefile:1.73      Wed Nov 23 16:19:34 2022
+++ pkgsrc/databases/gourmet/Makefile   Tue Dec 13 13:19:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2022/11/23 16:19:34 adam Exp $
+# $NetBSD: Makefile,v 1.74 2022/12/13 13:19:33 jperkin Exp $
 
 DISTNAME=              gourmet-0.8.5.14
 PKGREVISION=           52
@@ -12,6 +12,12 @@ COMMENT=             Recipe database
 USE_PKGLOCALEDIR=              yes
 PYTHON_VERSIONS_ACCEPTED=      27 # py-metakit, py-imaging, py-gtk2
 
+SUBST_CLASSES+=                paths
+SUBST_STAGE.paths=     pre-configure
+SUBST_FILES.paths=     setup.py
+SUBST_SED.paths=       -e '/i18n_base.=/s/share/${PKGLOCALEDIR}/'
+SUBST_NOOP_OK.paths=   yes
+
 REPLACE_PYTHON+=       build_rpms.py
 REPLACE_PYTHON+=       setup.py
 REPLACE_PYTHON+=       src/gourmet



Home | Main Index | Thread Index | Old Index