aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/graid5
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-09 05:39:15 +0800
committerbapt <bapt@FreeBSD.org>2014-12-09 05:39:15 +0800
commit317bce77ace598492491bd8da82bbd0c2f0b6cdd (patch)
treeb51c4b878412d75d7e46452f46fe1fd06a034325 /sysutils/graid5
parentcb1976129bed4f41878ed826a61829840f284a15 (diff)
downloadfreebsd-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')
-rw-r--r--sysutils/graid5/Makefile2
-rw-r--r--sysutils/graid5/pkg-plist7
2 files changed, 3 insertions, 6 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
diff --git a/sysutils/graid5/pkg-plist b/sysutils/graid5/pkg-plist
index cc7a4c997af6..901a4e2773a1 100644
--- a/sysutils/graid5/pkg-plist
+++ b/sysutils/graid5/pkg-plist
@@ -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