pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnutls Precreate the include/gnutls directory...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5081d2c20832
branches: trunk
changeset: 474421:5081d2c20832
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Apr 29 10:31:16 2004 +0000
description:
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:
security/gnutls/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 96c390a265fd -r 5081d2c20832 security/gnutls/Makefile
--- a/security/gnutls/Makefile Thu Apr 29 09:28:56 2004 +0000
+++ b/security/gnutls/Makefile Thu Apr 29 10:31:16 2004 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index