mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Cleanup. No need to install manpages here; no other system module
does it, and it is done /in toto/ elsewhere.
This commit is contained in:
parent
0651835dae
commit
24cafe721c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40229
@ -1,5 +1,5 @@
|
||||
# This -*- perl -*- script makes the Makefile
|
||||
# $Id: Makefile.PL,v 1.3 1997/03/04 09:21:12 gbarr Exp $
|
||||
# $Id: Makefile.PL,v 1.1.1.1 1998/09/09 06:59:51 markm Exp $
|
||||
|
||||
require 5.002;
|
||||
use ExtUtils::MakeMaker;
|
||||
@ -22,6 +22,7 @@ sub MY::libscan
|
||||
WriteMakefile(
|
||||
VERSION_FROM => "SysV.pm",
|
||||
NAME => "IPC::SysV",
|
||||
MAN3PODS => ' ',
|
||||
|
||||
'dist' => {COMPRESS => 'gzip -9f',
|
||||
SUFFIX => 'gz',
|
||||
|
Loading…
Reference in New Issue
Block a user