diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-07 09:16:13 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-07 09:16:13 +0000 |
commit | fe8d6717786ffa35f4b9140b7a483239b48ffb08 (patch) | |
tree | 6047cfb39a2ca46341a67a350b8fc0faaebeb741 /sysutils/linux-megamgr | |
parent | cf71dbcbb9698b2499f232f412c4acd9a9577d43 (diff) |
Fix a typo at Makefile: amd_linux.ko -> amr_linux.ko.
Submitted by: Patrick M. Hausen <pmh at hausen.com> (maintainer by email)
Notes
Notes:
svn path=/head/; revision=172458
Diffstat (limited to 'sysutils/linux-megamgr')
-rw-r--r-- | sysutils/linux-megamgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile index a02439582324..884178b7a19d 100644 --- a/sysutils/linux-megamgr/Makefile +++ b/sysutils/linux-megamgr/Makefile @@ -38,7 +38,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 601000 -IGNORE= needs at least FreeBSD 6.1 and amd_linux.ko +IGNORE= needs at least FreeBSD 6.1 and amr_linux.ko .endif .include <bsd.port.post.mk> |