aboutsummaryrefslogtreecommitdiffstats
path: root/net
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 /net
parente8fd204615cb86e0004c1e427753c1723ccf36ca (diff)
downloadfreebsd-ports-graphics-e9135cfb35a553872e7f2a8aa1f9c11a31373551.tar.gz
freebsd-ports-graphics-e9135cfb35a553872e7f2a8aa1f9c11a31373551.tar.zst
freebsd-ports-graphics-e9135cfb35a553872e7f2a8aa1f9c11a31373551.zip
Unbreak 'make install'.
PR: 15962 Submitted by: Maintainer
Diffstat (limited to 'net')
-rw-r--r--net/ddup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ddup/Makefile b/net/ddup/Makefile
index 35f151b95cf..d2598ee3ff3 100644
--- a/net/ddup/Makefile
+++ b/net/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>