pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/tipidee



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon May 26 01:37:41 UTC 2025

Modified Files:
        pkgsrc/www/tipidee: Makefile

Log Message:
tipidee: support PKG_SYSCONFDIR, actually. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/tipidee/Makefile

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

Modified files:

Index: pkgsrc/www/tipidee/Makefile
diff -u pkgsrc/www/tipidee/Makefile:1.9 pkgsrc/www/tipidee/Makefile:1.10
--- pkgsrc/www/tipidee/Makefile:1.9     Tue May 13 03:52:04 2025
+++ pkgsrc/www/tipidee/Makefile Mon May 26 01:37:41 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2025/05/13 03:52:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.10 2025/05/26 01:37:41 schmonz Exp $
 
 DISTNAME=              tipidee-0.0.6.0
 MANPAGES_VERSION=      0.0.5.0.1
+PKGREVISION=           1
 CATEGORIES=            www
 MASTER_SITES=          ${HOMEPAGE}
 MANPAGES_DIST=         tipidee-man-pages-${MANPAGES_VERSION}.tar.gz
@@ -28,7 +29,7 @@ CONFIGURE_ARGS+=      --enable-pkgconfig
 SUBST_CLASSES+=                sysconfdir
 SUBST_STAGE.sysconfdir=        pre-configure
 SUBST_FILES.sysconfdir=        ${WRKMANSRC}/man*/*
-SUBST_SED.sysconfdir=  -e 's|/etc/tipidee|/etc/pkg/tipidee|g'
+SUBST_SED.sysconfdir=  -e 's|/etc/tipidee|${PKG_SYSCONFDIR}/tipidee|g'
 
 EGDIR=                 share/examples/${PKGBASE}
 CONF_FILES+=           ${PREFIX}/${EGDIR}/tipidee.conf \



Home | Main Index | Thread Index | Old Index