From 7a2394bcbae8a554bc38473854d55ee4ac800a4e Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 29 Apr 2004 10:31:16 +0000 Subject: Precreate the include/gnutls directory to fix installation. Dunno how this worked before (maybe the joys of make replace did not expose the problem)... Fixes PR pkg/25304. --- security/gnutls/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2feebc0facd..2cb3a8a2773 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/01 15:14:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/29 10:31:16 jmmv Exp $ DISTNAME= gnutls-1.0.8 CATEGORIES= security devel @@ -17,6 +17,9 @@ GNU_CONFIGURE= YES DOCDIR= ${PREFIX}/share/doc/gnutls EGDIR= ${PREFIX}/share/examples/gnutls +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/include/gnutls + post-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DOCDIR} -- cgit v1.2.3