pkgsrc-WIP-changes archive

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

tfkiss: fix pkgsrc lint issues



Module Name:	pkgsrc-wip
Committed By:	Christopher Maness <christopher.maness%gmail.com@localhost>
Pushed By:	kq6up
Date:		Fri Sep 25 20:32:16 2026 -0700
Changeset:	357e0057a2d1fa79ecbbba73f70b0e7741883b10

Modified Files:
	tfkiss/Makefile
	tfkiss/PLIST

Log Message:
tfkiss: fix pkgsrc lint issues

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=357e0057a2d1fa79ecbbba73f70b0e7741883b10

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

diffstat:
 tfkiss/Makefile | 8 +++++++-
 tfkiss/PLIST    | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs:
diff --git a/tfkiss/Makefile b/tfkiss/Makefile
index 5adc15f5f6..75c5694abe 100644
--- a/tfkiss/Makefile
+++ b/tfkiss/Makefile
@@ -2,7 +2,8 @@
 
 DISTNAME=	tfkiss-1.3.2
 CATEGORIES=	ham
-MASTER_SITES=	${MASTER_SITE_GITHUB:S,^,-,:=kq6up/tfkiss/releases/download/1.3.2/tfkiss-1.3.2.tar.gz}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=kq6up/}
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 
 MAINTAINER=	christopher.maness%gmail.com@localhost
 HOMEPAGE=	https://github.com/kq6up/tfkiss
@@ -25,6 +26,11 @@ NO_SRC_ON_CDROM=	${RESTRICTED}
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	gmake
 
+EGDIR=		${PREFIX}/share/examples/tfkiss
+MAKE_FLAGS+=	tfkissconfdir=${EGDIR}
+CONF_FILES+=	${EGDIR}/tfkiss.cfg ${PKG_SYSCONFDIR}/tfkiss/tfkiss.cfg
+CONF_FILES+=	${EGDIR}/tfkiss.ini ${PKG_SYSCONFDIR}/tfkiss/tfkiss.ini
+
 # XPID, FLEXNET and AXIP are enabled by default upstream as of 1.3.0,
 # so no CONFIGURE_ARGS are needed to obtain a full featured build.
 
diff --git a/tfkiss/PLIST b/tfkiss/PLIST
index 9122107d1e..1cc8bf79f4 100644
--- a/tfkiss/PLIST
+++ b/tfkiss/PLIST
@@ -1,11 +1,11 @@
 @comment $NetBSD$
-etc/tfkiss/tfkiss.cfg
-etc/tfkiss/tfkiss.ini
 sbin/tfkiss
 share/doc/tfkiss/alas.eng
 share/doc/tfkiss/alas.txt
 share/doc/tfkiss/copyrght.txt
 share/doc/tfkiss/rfc1226
 share/doc/tfkiss/tfkiss.doc
+share/examples/tfkiss/tfkiss.cfg
+share/examples/tfkiss/tfkiss.ini
 @pkgdir var/run
 @pkgdir var/log


Home | Main Index | Thread Index | Old Index