diff options
author | delphij <delphij@FreeBSD.org> | 2011-02-28 15:40:32 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-02-28 15:40:32 +0800 |
commit | c2091cb966181f70ed1acfc71ad9d14b99fa7b36 (patch) | |
tree | d44a51c171c1dc6dc45f0f955d03e1f0c1d506d5 /net | |
parent | abb42d2b50d94999cedc21087bf23d6e788c83e6 (diff) | |
download | freebsd-ports-gnome-c2091cb966181f70ed1acfc71ad9d14b99fa7b36.tar.gz freebsd-ports-gnome-c2091cb966181f70ed1acfc71ad9d14b99fa7b36.tar.zst freebsd-ports-gnome-c2091cb966181f70ed1acfc71ad9d14b99fa7b36.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/iet/Makefile | 2 | ||||
-rw-r--r-- | net/iet/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/iet/Makefile b/net/iet/Makefile index c5db8bf5ca37..99ce192b9726 100644 --- a/net/iet/Makefile +++ b/net/iet/Makefile @@ -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} diff --git a/net/iet/pkg-plist b/net/iet/pkg-plist index 2f01a26a273e..dc54cf41f104 100644 --- a/net/iet/pkg-plist +++ b/net/iet/pkg-plist @@ -18,4 +18,4 @@ sbin/ietd sbin/ietadm @exec /usr/sbin/kldxref %%KMODDIR%% @unexec /usr/sbin/kldxref %%KMODDIR%% -@dirrmtry %%KMODDIR%% +@dirrmtry modules |