diff options
author | agc <agc> | 2005-10-01 08:56:46 +0000 |
---|---|---|
committer | agc <agc> | 2005-10-01 08:56:46 +0000 |
commit | a4f60282c32da576f939cc718fe2ab404147697a (patch) | |
tree | a32b677d035746a757e152f102258ee792bc446e /devel/cvsync/Makefile | |
parent | da5e383c4c6616056001b22b5fc4dcb5dd9bfd1e (diff) | |
download | pkgsrc-a4f60282c32da576f939cc718fe2ab404147697a.tar.gz |
Fix a typo
Diffstat (limited to 'devel/cvsync/Makefile')
-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 |