diff options
author | obache <obache> | 2011-10-18 01:36:34 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-18 01:36:34 +0000 |
commit | 96160e8d3cda02cf32b2954bf9a5d9afeba96698 (patch) | |
tree | b9178b96cf6e3545b654e390432c4e5a6773cc36 | |
parent | e951f55d48b23908fe42446491c33966f43495de (diff) | |
download | pkgsrc-96160e8d3cda02cf32b2954bf9a5d9afeba96698.tar.gz |
fix a typo in comment.
-rw-r--r-- | devel/poco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/poco/Makefile b/devel/poco/Makefile index 568e5316f42..2935d4b6b1f 100644 --- a/devel/poco/Makefile +++ b/devel/poco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/10/16 08:18:52 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/18 01:36:34 obache Exp $ # PKGNAME= poco-${POCO_VERSION} @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --include-path=${BUILDLINK_PREFIX.pcre}/include CONFIGURE_ARGS+= --include-path=${BUILDLINK_PREFIX.zlib}/include CONFIGURE_ARGS+= --include-path=${BUILDLINK_PREFIX.openssl}/include -# remove pach backup files. +# remove patch backup files. pre-install: ${RM} -f ${WRKSRC}/Foundation/include/Poco/Platform.h.orig |