diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /security/p5-MD5 | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'security/p5-MD5')
-rw-r--r-- | security/p5-MD5/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 6a6239bbc75..e83dfd7014d 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:32 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 13:06:18 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # @@ -12,9 +12,6 @@ MAINTAINER= packages@netbsd.org USE_PERL5= YES -MAN3= MD5.3 -MANPREFIX= ${PREFIX}/lib/perl5 - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |