summaryrefslogtreecommitdiff
path: root/net/djbdns-run
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-16 14:48:42 +0000
committerjoerg <joerg>2008-06-16 14:48:42 +0000
commitf473b4a42e9d631935ba5c08800a3c7139937d29 (patch)
tree95b1ef0446bbb10e802c71b21d70b197c1770ee2 /net/djbdns-run
parent8c84e1de4a899e91f19d325da0db4f9b64567659 (diff)
downloadpkgsrc-f473b4a42e9d631935ba5c08800a3c7139937d29.tar.gz
Fix DESTDIR. Don't create bin.
Diffstat (limited to 'net/djbdns-run')
-rw-r--r--net/djbdns-run/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/djbdns-run/Makefile b/net/djbdns-run/Makefile
index 77f77020dc3..b77538ec6e1 100644
--- a/net/djbdns-run/Makefile
+++ b/net/djbdns-run/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:39 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/16 14:48:42 joerg Exp $
#
DISTNAME= djbdns-run-20050415
@@ -35,7 +35,7 @@ PKG_USERS+= tinydns:djbdns
RCD_SCRIPTS= axfrdns djbdns dnscache rbldns tinydns
FILES_SUBST+= PKGNAME=${PKGNAME:Q}
-INSTALLATION_DIRS= bin share/doc/djbdns-run
+INSTALLATION_DIRS= share/doc/djbdns-run
.include "../../mk/bsd.prefs.mk"
@@ -53,6 +53,6 @@ MAKEVARS+= PKG_SYSCONFDIR.djbdns-run
.endif
do-install:
- ${INSTALL_DATA} ${FILESDIR}/README.pkgsrc ${PREFIX}/share/doc/djbdns-run
+ ${INSTALL_DATA} ${FILESDIR}/README.pkgsrc ${DESTDIR}${PREFIX}/share/doc/djbdns-run
.include "../../mk/bsd.pkg.mk"