diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-23 12:39:54 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-23 12:39:54 +0000 |
commit | db9823eada5d33f609e325cab8a9e5e327960b45 (patch) | |
tree | f41fe40527c99f504ddb7a4091e28a7dca63f91c /mail/solidpop3d/Makefile | |
parent | c15fdfc86bccd53f8a9c2d639055086149fc0c88 (diff) | |
download | FreeBSD-ports-db9823eada5d33f609e325cab8a9e5e327960b45.zip FreeBSD-ports-db9823eada5d33f609e325cab8a9e5e327960b45.tar.gz |
Install pop_auth binary required for the APOP support.
PR: 24893
Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
Diffstat (limited to 'mail/solidpop3d/Makefile')
-rw-r--r-- | mail/solidpop3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/solidpop3d/Makefile b/mail/solidpop3d/Makefile index 692b687..783e462 100644 --- a/mail/solidpop3d/Makefile +++ b/mail/solidpop3d/Makefile @@ -35,6 +35,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/spop3d ${PREFIX}/libexec + ${INSTALL_PROGRAM} ${WRKSRC}/src/pop_auth ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/pop_auth.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/spop3d.conf.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/man/dot-spop3d.5 ${PREFIX}/man/man5 |