diff options
author | agc <agc@pkgsrc.org> | 2005-10-01 08:56:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-10-01 08:56:46 +0000 |
commit | 17f9546135a754dd21373d38452925de1e1d6336 (patch) | |
tree | a32b677d035746a757e152f102258ee792bc446e /devel/cvsync | |
parent | d1190d4e38c3a8af4a243472b697171a40ff92d8 (diff) | |
download | pkgsrc-17f9546135a754dd21373d38452925de1e1d6336.tar.gz |
Fix a typo
Diffstat (limited to 'devel/cvsync')
-rw-r--r-- | devel/cvsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index a8bfad4a080..a27632a4ed9 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2005/09/20 03:30:31 gehenna Exp $ +# $NetBSD: Makefile,v 1.77 2005/10/01 08:56:46 agc Exp $ # DISTNAME= cvsync-0.24.19 @@ -27,7 +27,7 @@ CONF_FILES+= ${EGDIR}/cvsync.conf ${PKG_SYSCONFDIR}/cvsync.conf PKG_OPTIONS_VAR= PKG_OPTIONS.cvsync PKG_SUPPORTED_OPTIONS= libgcrypt mhash openssl -.ifdef ${OPSYS} == "AIX" || ${OPSYS} == "BSDOS" || ${OPSYS} == "Darwin" || \ +.if ${OPSYS} == "AIX" || ${OPSYS} == "BSDOS" || ${OPSYS} == "Darwin" || \ ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" PKG_SUGGESTED_OPTIONS= openssl .else |