freebsd-ports/graphics/plasma-kmod/files/patch-Makefile
Jung-uk Kim 15ab37afe5 - Install plasma_saver.ko under /boot/modules and remove pkg-message.
- Execute kldxref when we install or deinstall the package.
- Fix a compiler warning and remove custom CWARNFLAGS.
- Replace NOMAN with NO_MAN.
- Add LICENSE.
2012-04-19 22:09:36 +00:00

12 lines
256 B
Text

--- Makefile.orig 2001-01-24 11:57:49.000000000 -0500
+++ Makefile 2012-04-19 17:54:27.000000000 -0400
@@ -3,8 +3,6 @@
KMOD= plasma_saver
SRCS= plasma_saver.c
-NOMAN=
-CFLAGS+= -I${.CURDIR}/.. -I.
-CWARNFLAGS= -Wall
+NO_MAN=
.include <bsd.kmod.mk>