diff --git a/src/apps/bin/sed-4.0.9/sed/Jamfile b/src/apps/bin/sed-4.0.9/sed/Jamfile index 9fc918237a..8cc32ccc74 100644 --- a/src/apps/bin/sed-4.0.9/sed/Jamfile +++ b/src/apps/bin/sed-4.0.9/sed/Jamfile @@ -4,4 +4,11 @@ SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; -BinCommand sed : compile.c execute.c fmt.c regexp.c sed.c : libsedutils.a ; +BinCommand sed : + compile.c + execute.c + fmt.c + regexp.c + sed.c + : libsed.a + : sed.rdef ; diff --git a/src/apps/bin/sed-4.0.9/sed/sed.rdef b/src/apps/bin/sed-4.0.9/sed/sed.rdef new file mode 100644 index 0000000000..d07aaf3c57 --- /dev/null +++ b/src/apps/bin/sed-4.0.9/sed/sed.rdef @@ -0,0 +1,11 @@ +resource app_version +{ + major = 4, + middle = 0, + minor = 9, + variety = 5, + internal = 0, + short_info = "4.0.9", + long_info = "4.0.9 ©2004 The Free Software Foundation" +}; +