summaryrefslogtreecommitdiff
path: root/misc/routeplanner-cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/routeplanner-cli/Makefile')
-rw-r--r--misc/routeplanner-cli/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile
index 912927d509a..dd938fb345d 100644
--- a/misc/routeplanner-cli/Makefile
+++ b/misc/routeplanner-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/15 22:02:28 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:22 jlam Exp $
#
DISTNAME= routeplanner_0.11
@@ -21,6 +21,8 @@ RPDB= Basic-USA.rpl3 NorthAmerica.rpl3
RP_LIBDIR_SED= "s|/usr/share/routeplanner|${RPLIBDIR}|g"
+INSTALLATION_DIRS= bin
+
post-patch:
for i in rpcli rpcli.py;do \
${MV} ${WRKSRC}/$$i ${WRKSRC}/$$i.tmp && \