pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/enma opt:foo:bar and rename:foo:bar are synonyms ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c631d5632c0c
branches:  trunk
changeset: 568594:c631d5632c0c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 15 16:40:01 2009 +0000

description:
opt:foo:bar and rename:foo:bar are synonyms for mk/wrapper, but not for
the new wrappers, so just use the former.

diffstat:

 mail/enma/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d2f7fdc64bc -r c631d5632c0c mail/enma/Makefile
--- a/mail/enma/Makefile        Tue Dec 15 16:34:53 2009 +0000
+++ b/mail/enma/Makefile        Tue Dec 15 16:40:01 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/04/09 02:25:37 obache Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/15 16:40:01 joerg Exp $
 #
 
 DISTNAME=      enma-1.1.0
@@ -18,7 +18,7 @@
 #CONFIGURE_ARGS+=      --with-libbind=${BUILDLINK_PREFIX.bind}
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/share/examples/enma
 
-BUILDLINK_TRANSFORM+=  rename:-lbind:${RESOLV_LDFLAGS}
+BUILDLINK_TRANSFORM+=  opt:-lbind:${RESOLV_LDFLAGS}
 
 BUILD_DEFS+=   VARBASE
 



Home | Main Index | Thread Index | Old Index