diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index a11c9caf03aa..a9c34b181e05 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -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 diff --git a/graphics/plasma-kmod/pkg-message b/graphics/plasma-kmod/pkg-message.in similarity index 100% rename from graphics/plasma-kmod/pkg-message rename to graphics/plasma-kmod/pkg-message.in