summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-12-15 11:46:34 +0000
committerjperkin <jperkin>2014-12-15 11:46:34 +0000
commit48f06da172e10e8561818b1d69c1a46918e169fb (patch)
treecd9f54b486313d027f300d2b12ddcf5743a445ff /mail
parent09e696678d8a6c5fc7e5beb96a3ce456345ff9be (diff)
downloadpkgsrc-48f06da172e10e8561818b1d69c1a46918e169fb.tar.gz
The "rename" rule is a published synonym for the "opt" transform rule, however
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/hacks.mk4
-rw-r--r--mail/prayer/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/imap-uw/hacks.mk b/mail/imap-uw/hacks.mk
index a781c361e59..74d5c9bb5b7 100644
--- a/mail/imap-uw/hacks.mk
+++ b/mail/imap-uw/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2006/07/26 20:00:27 jlam Exp $
+# $NetBSD: hacks.mk,v 1.2 2014/12/15 11:46:35 jperkin Exp $
.include "../../mk/compiler.mk"
@@ -9,5 +9,5 @@
###
.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
PKG_HACKS+= alpha-codegen
-BUILDLINK_TRANSFORM+= rename:-O[0-9]*:-O
+BUILDLINK_TRANSFORM+= opt:-O[0-9]*:-O
.endif
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile
index 6659b9e907a..6266ddc6716 100644
--- a/mail/prayer/Makefile
+++ b/mail/prayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2014/05/29 23:36:51 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2014/12/15 11:46:35 jperkin Exp $
DISTNAME= prayer-1.3.4
PKGREVISION= 8
@@ -57,7 +57,7 @@ FILES_SUBST+= VAR_PREFIX=${VAR_PREFIX:Q}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-BUILDLINK_TRANSFORM+= rename:-lutil:"-lsocket -lnsl"
+BUILDLINK_TRANSFORM+= opt:-lutil:"-lsocket -lnsl"
BUILDLINK_TRANSFORM+= rm:-lcom_err # XXX: handle pkgsrc krb
.endif