aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-01-09 01:05:15 +0800
committerade <ade@FreeBSD.org>2000-01-09 01:05:15 +0800
commite9135cfb35a553872e7f2a8aa1f9c11a31373551 (patch)
tree4f65743356bdffcea7a84a2ba4c6f202888a0995 /dns
parente8fd204615cb86e0004c1e427753c1723ccf36ca (diff)
downloadfreebsd-ports-gnome-e9135cfb35a553872e7f2a8aa1f9c11a31373551.tar.gz
freebsd-ports-gnome-e9135cfb35a553872e7f2a8aa1f9c11a31373551.tar.zst
freebsd-ports-gnome-e9135cfb35a553872e7f2a8aa1f9c11a31373551.zip
Unbreak 'make install'.
PR: 15962 Submitted by: Maintainer
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>