pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/bozohttpd Include openssl/buildlink3.mk to link ag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/be1b616e571f
branches: trunk
changeset: 468991:be1b616e571f
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Feb 18 13:51:14 2004 +0000
description:
Include openssl/buildlink3.mk to link against OpenSSL libraries.
diffstat:
www/bozohttpd/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r eb7b1f6296b0 -r be1b616e571f www/bozohttpd/Makefile
--- a/www/bozohttpd/Makefile Wed Feb 18 13:50:12 2004 +0000
+++ b/www/bozohttpd/Makefile Wed Feb 18 13:51:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/02/18 13:40:37 mrg Exp $
+# $NetBSD: Makefile,v 1.38 2004/02/18 13:51:14 jlam Exp $
#
DISTNAME= bozohttpd-20040218
@@ -16,18 +16,18 @@
USE_BUILDLINK3= YES
-MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man
-
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
CPPFLAGS+= -DINET6
.endif
-
CPPFLAGS+= -Wno-error
+MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man
INSTALLATION_DIRS= libexec man/cat8 man/man8
+.include "../../security/openssl/buildlink3.mk"
+
pre-build:
cd ${WRKSRC}; for file in bozohttpd.8; do \
${SED} -e "s|/usr/pkg/|${PREFIX}/|g" \
Home |
Main Index |
Thread Index |
Old Index