summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-29 10:31:16 +0000
committerjmmv <jmmv>2004-04-29 10:31:16 +0000
commit7a2394bcbae8a554bc38473854d55ee4ac800a4e (patch)
tree790f078122d644c9aaa98c0410a8dcee55668d1b /security
parentb6effa7cdb3e8532d7377030efc8e7613e5255e0 (diff)
downloadpkgsrc-7a2394bcbae8a554bc38473854d55ee4ac800a4e.tar.gz
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.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile5
1 files changed, 4 insertions, 1 deletions
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}