diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 22:00:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 22:00:44 +0800 |
commit | f8a2ce682760711951e441aeff2a7b43230d049f (patch) | |
tree | ee7396b3055f087ea80a16ad35a73bda04c3e661 | |
parent | 7fa69489f3148623f9683bfac8742762ec1eda5e (diff) | |
download | freebsd-ports-gnome-f8a2ce682760711951e441aeff2a7b43230d049f.tar.gz freebsd-ports-gnome-f8a2ce682760711951e441aeff2a7b43230d049f.tar.zst freebsd-ports-gnome-f8a2ce682760711951e441aeff2a7b43230d049f.zip |
Add missing manpage
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index c603f5c03f9c..4f5ec7332e05 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random PERL_CONFIGURE= yes +MAN1= largeprimes.1 MAN3= Crypt::Primes.3 .include <bsd.port.mk> |