diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-13 11:35:30 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-13 11:35:30 +0000 |
commit | f01421187a1d60e72d3acd62b4a0dcb475390c64 (patch) | |
tree | 6da285a35da773a70568ea4862332c463ed5830e /net/ipw-firmware | |
parent | 153589a262f4f47308a79be8fa798fcd70e90eff (diff) | |
download | ports-f01421187a1d60e72d3acd62b4a0dcb475390c64.tar.gz ports-f01421187a1d60e72d3acd62b4a0dcb475390c64.zip |
Notes
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r-- | net/ipw-firmware/Makefile | 1 | ||||
-rw-r--r-- | net/ipw-firmware/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 5aa272b8fe59..d9a2a0400c5e 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -117,7 +117,6 @@ do-install: # terms to install the port/package. ${SH} ${PKGREQ} ${PORTNAME} INSTALL .endif - ${MKDIR} ${DATADIR} .if defined(WITH_MODULE) . for i in share sys cd ${WRKSRC}/${DRIVERDISTNAME}/src/${i}; make install ${MAKE_ENV} diff --git a/net/ipw-firmware/pkg-plist b/net/ipw-firmware/pkg-plist index 39f354d37020..7695b7a28fa5 100644 --- a/net/ipw-firmware/pkg-plist +++ b/net/ipw-firmware/pkg-plist @@ -6,5 +6,6 @@ LICENSE.%%DRIVERNAME%% %%DRIVERNAME%%-i.fw %%DRIVERNAME%%-p.fw %%DRIVERNAME%%.fw +@unexec rmdir %%FWDIR%% 2>/dev/null || true %%WITH_MODULE%%@cwd / %%WITH_MODULE%%%%KMODDIR%%/if_%%DRIVERNAME%%.ko |