pkgsrc-WIP-changes archive

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

wip/skint: install header files



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Feb 23 22:07:56 2025 +0200
Changeset:	e8fa4c0b7d85745eeea441d92c5013e22f4e1c36

Modified Files:
	skint/Makefile
	skint/PLIST

Log Message:
wip/skint: install header files

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

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

diffstat:
 skint/Makefile | 1 +
 skint/PLIST    | 3 +++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/skint/Makefile b/skint/Makefile
index 2a05851b87..b724f47f2c 100644
--- a/skint/Makefile
+++ b/skint/Makefile
@@ -20,6 +20,7 @@ INSTALL_MAKE_FLAGS+=	PREFIX=${PREFIX}
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/[skint].c ${DESTDIR}${PREFIX}/share/${PKGNAME_NOREV}
+	${INSTALL_DATA} ${WRKSRC}/[skint].h ${DESTDIR}${PREFIX}/share/${PKGNAME_NOREV}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/skint/PLIST b/skint/PLIST
index be619f4f87..4d01b0b4b4 100644
--- a/skint/PLIST
+++ b/skint/PLIST
@@ -2,7 +2,10 @@
 bin/skint
 share/doc/${PKGNAME}/README.md
 share/${PKGNAME}/i.c
+share/${PKGNAME}/i.h
 share/${PKGNAME}/k.c
 share/${PKGNAME}/n.c
+share/${PKGNAME}/n.h
 share/${PKGNAME}/s.c
+share/${PKGNAME}/s.h
 share/${PKGNAME}/t.c


Home | Main Index | Thread Index | Old Index