diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-18 13:51:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-18 13:51:14 +0000 |
commit | fd351dbfd0cecc9ee5f5dc4c818e0d1c8da7759a (patch) | |
tree | da5e5d9210f2ccfb87297f35741352c1ad56162d /www/bozohttpd | |
parent | 7aaed11b73b6e8c2e091f8ba619988ac4134f9d2 (diff) | |
download | pkgsrc-fd351dbfd0cecc9ee5f5dc4c818e0d1c8da7759a.tar.gz |
Include openssl/buildlink3.mk to link against OpenSSL libraries.
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 9a1c03df36f..e2b7033d01d 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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" \ |