aboutsummaryrefslogtreecommitdiff
path: root/databases/cdb
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:10:07 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:10:07 +0000
commit29ff0861859dcf5c23b7de933a51a8179b27353d (patch)
tree8eee626fb935e2afbde9abf0dd242d339c004f74 /databases/cdb
parentce4e8d74a7ebd71c12d5f4e7b52b46139282b305 (diff)
downloadports-29ff0861859dcf5c23b7de933a51a8179b27353d.tar.gz
ports-29ff0861859dcf5c23b7de933a51a8179b27353d.zip
Support install macros.
PR: 23072 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35445
Diffstat (limited to 'databases/cdb')
-rw-r--r--databases/cdb/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile
index 8b69808dd242..a4e8bdfd10d7 100644
--- a/databases/cdb/Makefile
+++ b/databases/cdb/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://cr.yp.to/cdb/
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= it
-INSTALL_TARGET= setup
do-configure:
@${MV} ${WRKSRC}/conf-home ${WRKSRC}/conf-home.orig
@@ -23,7 +22,13 @@ do-configure:
@${MV} ${WRKSRC}/conf-ld ${WRKSRC}/conf-ld.orig
${ECHO} ${CC} -s > ${WRKSRC}/conf-ld
-post-install:
+do-install:
+.for file in cdbdump cdbget cdbmake cdbstats cdbtest
+ ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
+.for file in cdbmake-12 cdbmake-sv
+ ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
${INSTALL_DATA} ${WRKSRC}/cdb.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/cdb.a ${PREFIX}/lib/libcdb.a