diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-02 06:36:46 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-02 06:36:46 +0800 |
commit | 0f47921746df1fb81e1dae0ee713b9e79418423e (patch) | |
tree | ab1a42efffb55a11b40c9a496e006714162c5da0 /sysutils | |
parent | f8dc0db70b65397032b127b24beb0e0705fca450 (diff) | |
download | freebsd-ports-graphics-0f47921746df1fb81e1dae0ee713b9e79418423e.tar.gz freebsd-ports-graphics-0f47921746df1fb81e1dae0ee713b9e79418423e.tar.zst freebsd-ports-graphics-0f47921746df1fb81e1dae0ee713b9e79418423e.zip |
- include bsd.port.pre.mk so SRC_BASE is defined before referenced, and include bsd.port.post.mk
PR: ports/169220
Submitted by: jgh@
Approved by: maintainer timeout ( 14 days )
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cciss_vol_status/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cciss_vol_status/Makefile b/sysutils/cciss_vol_status/Makefile index 721b92018e0..1941a6b9626 100644 --- a/sysutils/cciss_vol_status/Makefile +++ b/sysutils/cciss_vol_status/Makefile @@ -21,8 +21,10 @@ GNU_CONFIGURE= yes MAN8= cciss_vol_status.8 PLIST_FILES= bin/cciss_vol_status +.include <bsd.port.pre.mk> + .if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h) IGNORE= cciss_vol_status requires kernel sources of the ciss driver .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |