pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvsync Fix a typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cf5221a58b8
branches:  trunk
changeset: 500030:7cf5221a58b8
user:      agc <agc%pkgsrc.org@localhost>
date:      Sat Oct 01 08:56:46 2005 +0000

description:
Fix a typo

diffstat:

 devel/cvsync/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 77f617bbddde -r 7cf5221a58b8 devel/cvsync/Makefile
--- a/devel/cvsync/Makefile     Sat Oct 01 08:03:32 2005 +0000
+++ b/devel/cvsync/Makefile     Sat Oct 01 08:56:46 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index