- Timestamp:
- Aug 31, 2007, 2:21:52 AM (18 years ago)
- Location:
- devel/pb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/Makefile.PL
r50 r63 14 14 #Template => 0, 15 15 }, # e.g., Module::Name => 1.1 16 #ABSTRACT_FROM => 'bin/pb .pl', # retrieve abstract from module16 #ABSTRACT_FROM => 'bin/pb', # retrieve abstract from module 17 17 AUTHOR => 'Bruno Cornec <bruno#project-builder.org>', 18 18 EXE_FILES => [ qw( bin/pb ) ], -
devel/pb/bin/pb
r62 r63 1 1 #!/usr/bin/perl -w 2 3 eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'4 if 0; # not running under some shell5 6 2 # 7 3 # Project Builder main application … … 223 219 224 220 # Apply now all the filters on all the files concerned 225 # All files are relative to PBROOT226 221 # destination dir depends on the type of file 227 222 if (defined $ptr) {
Note:
See TracChangeset
for help on using the changeset viewer.