pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Data-UUID Fix obvious error in previous commit:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7d8235062a1
branches: trunk
changeset: 504580:b7d8235062a1
user: agc <agc%pkgsrc.org@localhost>
date: Wed Dec 14 23:35:21 2005 +0000
description:
Fix obvious error in previous commit:
include bsd.prefs.mk before attempting to test for any variable like
${OPSYS} in a cpp-like pre-processing statement.
diffstat:
devel/p5-Data-UUID/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r acae7723fe9c -r b7d8235062a1 devel/p5-Data-UUID/Makefile
--- a/devel/p5-Data-UUID/Makefile Wed Dec 14 18:54:35 2005 +0000
+++ b/devel/p5-Data-UUID/Makefile Wed Dec 14 23:35:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/14 18:54:35 epg Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/14 23:35:21 agc Exp $
DISTNAME= Data-UUID-0.11
PKGNAME= p5-${DISTNAME}
@@ -15,6 +15,8 @@
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
+.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == "Darwin"
MAKE_PARAMS+= DEFINE=-D_POSIX_C_SOURCE
.endif
Home |
Main Index |
Thread Index |
Old Index