summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-08 17:05:15 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-08 17:05:15 +0000
commitbbb10523ab47cb9d87edb3d1c4013b7b0b9ae0d8 (patch)
treedd06bc7bf67a734888f9a25fcf73cedcc26dd17a /dns
parentUpdate to dict-1.2 (diff)
Unbreak 'make install'.
PR: 15962 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=24559
Diffstat (limited to 'dns')
-rw-r--r--dns/ddup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile
index 35f151b95cf2..d2598ee3ff31 100644
--- a/dns/ddup/Makefile
+++ b/dns/ddup/Makefile
@@ -22,6 +22,7 @@ post-configure:
${WRKSRC}/INSTALL-C
post-install:
+ ${INSTALL_MAN} ${FILESDIR}/ddup.1 ${PREFIX}/man/man1
strip ${PREFIX}/sbin/ddup
.include <bsd.port.mk>