pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/libmilter - s/uname/${UNAME}/g



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08af1f35fcd5
branches:  trunk
changeset: 480122:08af1f35fcd5
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Aug 30 20:48:47 2004 +0000

description:
- s/uname/${UNAME}/g

diffstat:

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

diffs (15 lines):

diff -r 5b6159083fdb -r 08af1f35fcd5 mail/libmilter/Makefile
--- a/mail/libmilter/Makefile   Mon Aug 30 20:29:50 2004 +0000
+++ b/mail/libmilter/Makefile   Mon Aug 30 20:48:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/09 21:14:42 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/08/30 20:48:47 adrianp Exp $
 
 .include "../../mail/sendmail/Makefile.common"
 
@@ -20,4 +20,4 @@
 .include "../../mk/bsd.pkg.mk"
 
 # has to be below include for bsd.pkg.mk, else substition fails
-OBJDIR!=       ${ECHO} obj.`uname -srm | ${TR} \  .`
+OBJDIR!=       ${ECHO} obj.`${UNAME} -srm | ${TR} \  .`



Home | Main Index | Thread Index | Old Index