diff options
-rw-r--r-- | sysutils/userneu-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/userneu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile index 30bbdd4..6b33a94 100644 --- a/sysutils/userneu-devel/Makefile +++ b/sysutils/userneu-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Account management and creation tool RUN_DEPENDS= \ ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5/ \ ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \ -${SITE_PERL}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ +${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GLOCATE= ${PREFIX}/${PORTNAME} diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index 30bbdd4..6b33a94 100644 --- a/sysutils/userneu/Makefile +++ b/sysutils/userneu/Makefile @@ -17,7 +17,7 @@ COMMENT= Account management and creation tool RUN_DEPENDS= \ ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5/ \ ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \ -${SITE_PERL}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ +${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GLOCATE= ${PREFIX}/${PORTNAME} |