summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-14 09:13:41 +0000
committerobache <obache@pkgsrc.org>2013-02-14 09:13:41 +0000
commita242633b61b3626c8053a5cdf875c65da5987f23 (patch)
tree6294b04f9eafa49d7b91026ec40e0842cf3748d7 /pkgtools/pkg_install
parent3f83ce43833e00fa4a68ed44b71f8b86d0acfd3e (diff)
downloadpkgsrc-a242633b61b3626c8053a5cdf875c65da5987f23.tar.gz
Fix OPSYS for Cygwin (formerly using CYGWIN before importing Cygwin support).
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 354d5cb8296..73f7d100091 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2013/02/10 12:43:19 obache Exp $
+# $NetBSD: Makefile,v 1.192 2013/02/14 09:13:41 obache Exp $
# Notes to package maintainers:
#
@@ -135,7 +135,7 @@ LIBS+= ${LIBARCHIVE_LIBS:sh}
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/libarchive/build/autoconf/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/libarchive/build/autoconf/config.sub
-. if ${OPSYS} == "CYGWIN"
+. if ${OPSYS} == "Cygwin"
CPPFLAGS+= -DLIBARCHIVE_STATIC
. endif