pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnutls one of the Makefiles uses ${RM} but do...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f968a910b2f5
branches: trunk
changeset: 478529:f968a910b2f5
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jul 25 06:15:24 2004 +0000
description:
one of the Makefiles uses ${RM} but doesn't define it, so pass
RM=${RM} in MAKE_ENV.
diffstat:
security/gnutls/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 45743c17d606 -r f968a910b2f5 security/gnutls/Makefile
--- a/security/gnutls/Makefile Sun Jul 25 05:42:58 2004 +0000
+++ b/security/gnutls/Makefile Sun Jul 25 06:15:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/22 10:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/25 06:15:24 grant Exp $
DISTNAME= gnutls-1.0.13
CATEGORIES= security devel
@@ -17,6 +17,8 @@
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+MAKE_ENV+= RM="${RM}"
+
DOCDIR= ${PREFIX}/share/doc/gnutls
EGDIR= ${PREFIX}/share/examples/gnutls
Home |
Main Index |
Thread Index |
Old Index