Remove useless use of @cwd
This commit is contained in:
parent
68fbf46645
commit
2ac71154c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374331
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
man/man8/graid5.8.gz
|
||||
@cwd /
|
||||
%%KMODDIR%%/geom_raid5.ko
|
||||
lib/geom/geom_raid5.so
|
||||
sbin/graid5
|
||||
/%%KMODDIR%%/geom_raid5.ko
|
||||
/lib/geom/geom_raid5.so
|
||||
/sbin/graid5
|
||||
|
|
Loading…
Reference in a new issue