1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Cleanup pkg-plist.

Reported by:	Andrzej Tobola <ato AT iem.pw.edu.pl>
This commit is contained in:
Lev A. Serebryakov 2010-12-12 17:29:22 +00:00
parent 547e9e8a12
commit 3ba033d8b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266129
2 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= graid5
PORTVERSION= ${MAINVERSION}.${VERSIONDATE}
PORTREVISION= 1
CATEGORIES= sysutils kld
MASTER_SITES= http://lev.serebryakov.spb.ru/download/graid5/
@ -21,7 +22,7 @@ MAINVERSION=1.0
VERSIONDATE=20101212.29
KMODDIR?= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,}
MAKE_ENV+= KMODDIR=${KMODDIR}
MANCOMPRESSED= yes

View File

@ -2,5 +2,5 @@
%%KMODDIR%%/geom_raid5.ko
lib/geom/geom_raid5.so
sbin/graid5
@exec kldxref %%KMODDIR%%
@unexec kldxref %%KMODDIR%%
@exec kldxref /%%KMODDIR%%
@unexec kldxref /%%KMODDIR%%