1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

SUBFILES += pkg-message

PR:             ports/142544
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
Philip M. Gollucci 2010-01-10 00:36:41 +00:00
parent cbbd31e543
commit 84f0b9e54a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247504
2 changed files with 2 additions and 1 deletions

View File

@ -19,12 +19,13 @@ COMMENT= A plasma-effect screensaver kernel module
IGNORE= requires kernel source (/usr/src/sys) to build
.endif
PLIST_FILES= lib/plasma_saver.ko
SUB_FILES= pkg-message
do-install:
${INSTALL_KLD} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>