diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-26 20:37:25 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-26 20:37:25 +0000 |
commit | 96fa13700491b375ebaf40fee7b245fc968d70c8 (patch) | |
tree | 096a163b97918316a1605e7dd5e59c71c8b34c43 /sysutils/wmhm | |
parent | d9a420372f6c7484b9dfd87e75746a54b95fdf31 (diff) | |
download | ports-96fa13700491b375ebaf40fee7b245fc968d70c8.tar.gz ports-96fa13700491b375ebaf40fee7b245fc968d70c8.zip |
Fix a typo (" -> ')
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21963
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 ee3bc9c98679..9f5417ac333c 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> |