aboutsummaryrefslogtreecommitdiff
path: root/graphics/kix-kmod/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 03:35:09 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 03:35:09 +0000
commitd7bc070ae1e9fed91954e3be266ea6482b78950a (patch)
tree5b8775fcfe7acd0b941d4c604348719f0bf01f36 /graphics/kix-kmod/Makefile
parent366bb3f8e96131de9639d0489c5541a1994969eb (diff)
downloadports-d7bc070ae1e9fed91954e3be266ea6482b78950a.tar.gz
ports-d7bc070ae1e9fed91954e3be266ea6482b78950a.zip
SUB_FILES += pkg-message
PR: ports/142540 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Jonathan Belson <jon@witchspace.com> (maintainer)
Notes
Notes: svn path=/head/; revision=247671
Diffstat (limited to 'graphics/kix-kmod/Makefile')
-rw-r--r--graphics/kix-kmod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile
index b011ca1e4372..485673ca0394 100644
--- a/graphics/kix-kmod/Makefile
+++ b/graphics/kix-kmod/Makefile
@@ -21,11 +21,12 @@ IGNORE= requires kernel source (/usr/src/sys) to build
.endif
MAKE_ENV+= WERROR=
PLIST_FILES= lib/kix_saver.ko
+SUB_FILES= pkg-message
do-install:
${INSTALL_KLD} ${WRKSRC}/kix_saver.ko ${PREFIX}/lib
post-install:
- @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>