diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-26 20:37:25 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-26 20:37:25 +0000 |
commit | 0bb09399dd7feb76842e782c813691368e35eabb (patch) | |
tree | 2624cba0cfc6690e6322a3d4d1e34f3f689494c6 /sysutils/wmhm | |
parent | 42ebe1ed49615d1644747d555b5219c8e8e5b884 (diff) | |
download | FreeBSD-ports-0bb09399dd7feb76842e782c813691368e35eabb.zip FreeBSD-ports-0bb09399dd7feb76842e782c813691368e35eabb.tar.gz |
Fix a typo (" -> ')
Submitted by: maintainer
Diffstat (limited to 'sysutils/wmhm')
-rw-r--r-- | sysutils/wmhm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile index ee3bc9c..9f5417a 100644 --- a/sysutils/wmhm/Makefile +++ b/sysutils/wmhm/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/wmhm/wmhm .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -BROKEN= 'wmhm requires intpm which is only available in 4.0-CURRENT." +BROKEN= 'wmhm requires intpm which is only available in 4.0-CURRENT' .endif .include <bsd.port.post.mk> |