summaryrefslogtreecommitdiff
path: root/net/bing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bing/Makefile')
-rw-r--r--net/bing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
index cf25ae37efc..f899492cb59 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:29 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:29 joerg Exp $
DISTNAME= bing-1.0.4
CATEGORIES= net
@@ -17,7 +17,7 @@ LDFLAGS+= -lsocket -lnsl
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/bing
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/bing
.include "../../mk/bsd.pkg.mk"