mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
332 B
ObjectPascal
11 lines
332 B
ObjectPascal
--- packages/modplug/fpmake.pp.orig 2015-11-13 21:15:29 UTC
|
|
+++ packages/modplug/fpmake.pp
|
|
@@ -17,7 +17,7 @@ begin
|
|
P.Directory:=ADirectory;
|
|
{$endif ALLPACKAGES}
|
|
P.Version:='3.0.0';
|
|
- P.OSes := [linux];
|
|
+ P.OSes := [linux,dragonfly,freebsd];
|
|
P.SourcePath.Add('src');
|
|
|
|
T:=P.Targets.AddUnit('modplug.pas');
|