diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-09 05:39:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-09 05:39:15 +0800 |
commit | 317bce77ace598492491bd8da82bbd0c2f0b6cdd (patch) | |
tree | b51c4b878412d75d7e46452f46fe1fd06a034325 /sysutils/graid5/Makefile | |
parent | cb1976129bed4f41878ed826a61829840f284a15 (diff) | |
download | freebsd-ports-gnome-317bce77ace598492491bd8da82bbd0c2f0b6cdd.tar.gz freebsd-ports-gnome-317bce77ace598492491bd8da82bbd0c2f0b6cdd.tar.zst freebsd-ports-gnome-317bce77ace598492491bd8da82bbd0c2f0b6cdd.zip |
Remove useless use of @cwd
Diffstat (limited to 'sysutils/graid5/Makefile')
-rw-r--r-- | sysutils/graid5/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/graid5/Makefile b/sysutils/graid5/Makefile index c20a3c236c81..a38e8840ad4d 100644 --- a/sysutils/graid5/Makefile +++ b/sysutils/graid5/Makefile @@ -16,8 +16,6 @@ NO_PACKAGE= should be recompiled for a particular FreeBSD kernel MAINVERSION=1.3 VERSIONDATE=20140711.62 -KMODDIR?= /boot/modules -PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} MAKE_ENV+= KMODDIR=${KMODDIR} SRC_BASE=${SRC_BASE} USES= tar:bzip2 kmod uidfix |