diff options
author | ade <ade@FreeBSD.org> | 2000-01-09 01:05:15 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-09 01:05:15 +0800 |
commit | e9135cfb35a553872e7f2a8aa1f9c11a31373551 (patch) | |
tree | 4f65743356bdffcea7a84a2ba4c6f202888a0995 /dns | |
parent | e8fd204615cb86e0004c1e427753c1723ccf36ca (diff) | |
download | freebsd-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/Makefile | 1 |
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> |