diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-01-08 17:05:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-01-08 17:05:15 +0000 |
commit | bbb10523ab47cb9d87edb3d1c4013b7b0b9ae0d8 (patch) | |
tree | dd06bc7bf67a734888f9a25fcf73cedcc26dd17a /dns/ddup | |
parent | 881886ead9fa76e926405b1c048b6ebfdc8c0fd6 (diff) | |
download | ports-bbb10523ab47cb9d87edb3d1c4013b7b0b9ae0d8.tar.gz ports-bbb10523ab47cb9d87edb3d1c4013b7b0b9ae0d8.zip |
Notes
Diffstat (limited to 'dns/ddup')
-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> |