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 | |
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')
-rw-r--r-- | sysutils/graid5/Makefile | 2 | ||||
-rw-r--r-- | sysutils/graid5/pkg-plist | 7 |
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 |