diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-15 12:48:59 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-15 12:48:59 +0000 |
commit | a3b233d95df3750c752ff36313e754ac3738c6f2 (patch) | |
tree | 82130f8ae4431ac57aa92e7ddd5c9fcaa7b46157 | |
parent | - Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled (diff) |
- COMMENT: fix typo and change quotations
Notes
Notes:
svn path=/head/; revision=162433
-rw-r--r-- | mail/whoson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/whoson/Makefile b/mail/whoson/Makefile index 2095addc6b9a..2cb0a56c43a5 100644 --- a/mail/whoson/Makefile +++ b/mail/whoson/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sem@FreeBSD.org -COMMENT= "WHO iS ONline" protocol implementatino +COMMENT= `WHO iS ONline' protocol implementation GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |