summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant>2003-05-05 17:21:48 +0000
committergrant <grant>2003-05-05 17:21:48 +0000
commitb7b81d5b4a5dbbfc41767039d0abef5d025c807b (patch)
tree9fab164796c5311588084fbec9aa6e3fee1fe20c /databases
parent4e1a8714aa7f64288ee5c4e5b0c7658c0ced5cbb (diff)
downloadpkgsrc-b7b81d5b4a5dbbfc41767039d0abef5d025c807b.tar.gz
post-install:
- create directories first, then install files into them. - remove unnecessary trailing slashes.
Diffstat (limited to 'databases')
-rw-r--r--databases/dbh/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile
index 3faa13b725c..4168e3fb8b9 100644
--- a/databases/dbh/Makefile
+++ b/databases/dbh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 13:45:39 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/05 17:21:48 grant Exp $
DISTNAME= dbh_1.0-14
PKGNAME= dbh-1.0.14
@@ -17,11 +17,11 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/src/dbh-1.0.pc.in
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog \
- ${PREFIX}/share/doc/dbh/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html/
+ ${PREFIX}/share/doc/dbh
cd ${WRKSRC} && ${INSTALL_DATA} doc/dbh-hash-tables.html \
- ${PREFIX}/share/doc/dbh/html/
+ ${PREFIX}/share/doc/dbh/html
.include "../../mk/bsd.pkg.mk"