diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-12-17 03:44:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-12-17 03:44:42 +0000 |
commit | 3f735e768e20bba787bf8b146ff30d6231a77711 (patch) | |
tree | 2f93c8df84242333c29d9be577506b74baf3ee9b /graphics/kix-kmod | |
parent | 5adba08e2735b224a1daee17da075766e8f034df (diff) | |
download | ports-3f735e768e20bba787bf8b146ff30d6231a77711.tar.gz ports-3f735e768e20bba787bf8b146ff30d6231a77711.zip |
Use the $SRC_BASE Makevar instead of hard-coding. There is no longer
any need to provide the default definition; it is in bsd.port.mk.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=266467
Diffstat (limited to 'graphics/kix-kmod')
-rw-r--r-- | graphics/kix-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index d80344dab9ae..d4aca2e657d0 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -18,7 +18,7 @@ COMMENT= A graphical screensaver kernel module SYSDIR?= ${SRC_BASE}/sys .if !exists(${SYSDIR}/dev/syscons/syscons.h) -IGNORE= requires kernel source (/usr/src/sys) to build +IGNORE= requires kernel source (in ${SYSDIR}) to build .endif MAKE_ENV+= WERROR= PLIST_FILES= lib/kix_saver.ko |