summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 17:23:45 +0000
committerjoerg <joerg>2010-01-29 17:23:45 +0000
commit6abf895010646e3c9bf7abeb6fa8f31fb6ee36fe (patch)
tree0bfa33e8742f87c4297c5b5d425d35e740d13b4b
parent8466187c3d890597f997ca89a258dd804157c25d (diff)
downloadpkgsrc-6abf895010646e3c9bf7abeb6fa8f31fb6ee36fe.tar.gz
Prepare for DESTDIR
-rw-r--r--databases/ocaml-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index aa1c6e2f23f..664ccb1862e 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/01/17 12:02:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2010/01/29 17:23:45 joerg Exp $
#
DISTNAME= ocaml-mysql-1.0.4
@@ -20,7 +20,7 @@ DOCDIR= ${PREFIX}/share/doc/ocaml-mysql
INSTALLATION_DIRS= ${DOCDIR}
post-install:
- cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${DOCDIR}
+ cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${DESTDIR}${DOCDIR}
.include "../../lang/ocaml/buildlink3.mk"
.include "../../databases/mysql5-client/buildlink3.mk"