From 4fe0d13fedb68e4c2a2602fc6a28f646f1cb529d Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 28 Feb 2011 07:40:32 +0000 Subject: 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) --- net/iet/Makefile | 2 +- net/iet/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net/iet') 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 -- cgit v1.2.3