Changeset 403 in ProjectBuilder


Ignore:
Timestamp:
Apr 20, 2008, 2:40:20 AM (16 years ago)
Author:
Bruno Cornec
Message:

Split of packages done and working.

Location:
devel
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/Makefile.PL

    r402 r403  
    55# the contents of the Makefile that is written.
    66WriteMakefile(
    7     NAME         => 'pb-modules',
     7    NAME         => 'ProjectBuilder',
    88    DISTNAME     => 'perl-ProjectBuilder',
    99    VERSION      => 'PBVER',
  • devel/pb/Makefile.PL

    r396 r403  
    1616    #ABSTRACT_FROM => 'bin/pb',   # retrieve abstract from module
    1717    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>',
    18     EXE_FILES     => [ qw( bin/pb bin/pbg bin/pbvi bin/pbdistrocheck ) ],
     18    EXE_FILES     => [ qw( bin/pb bin/pbg bin/pbvi ) ],
    1919    MAN1PODS      => { 'bin/pb' => '$(INST_MAN1DIR)/pb.$(MAN1EXT)', },
    20     MAN3PODS      => {  'lib/ProjectBuilder/Distribution.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Distribution.$(MAN3EXT)',
    21                         'lib/ProjectBuilder/Base.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Base.$(MAN3EXT)', },
    2220);
Note: See TracChangeset for help on using the changeset viewer.