mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Correct the directory that we intend to remove. (%%KMODDIR%% expands to
a full path while plist expects a relative path). Reported by: exp-run (via linimon)
This commit is contained in:
parent
e1537c17b9
commit
4fe0d13fed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269956
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= iet
|
||||
PORTVERSION= 1.4.20.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/
|
||||
DISTNAME= iscsitarget-${PORTVERSION}
|
||||
|
@ -18,4 +18,4 @@ sbin/ietd
|
||||
sbin/ietadm
|
||||
@exec /usr/sbin/kldxref %%KMODDIR%%
|
||||
@unexec /usr/sbin/kldxref %%KMODDIR%%
|
||||
@dirrmtry %%KMODDIR%%
|
||||
@dirrmtry modules
|
||||
|
Loading…
Reference in New Issue
Block a user