diff options
author | agc <agc> | 1998-06-22 12:44:29 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:44:29 +0000 |
commit | aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (patch) | |
tree | e293f6a477a8a77c5c37ad9f0769b3e49cd83158 /misc/p5-Search | |
parent | 6087a24f6a642323b6183b5369f73537a8367040 (diff) | |
download | pkgsrc-aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'misc/p5-Search')
-rw-r--r-- | misc/p5-Search/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/p5-Search/Makefile b/misc/p5-Search/Makefile index 09426d74984..3a937c1adb5 100644 --- a/misc/p5-Search/Makefile +++ b/misc/p5-Search/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:28 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 12:52:33 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/06/24 18:43:31 jfitz Exp # @@ -12,9 +12,6 @@ MAINTAINER= packages@netbsd.org USE_PERL5= YES -MAN3= Search::Base.3 -MANPREFIX= ${PREFIX}/lib/perl5 - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |