diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /lang/fpc-rexx | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (diff) |
Notes
Diffstat (limited to 'lang/fpc-rexx')
-rw-r--r-- | lang/fpc-rexx/Makefile | 1 | ||||
-rw-r--r-- | lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp | 11 | ||||
-rw-r--r-- | lang/fpc-rexx/pkg-plist | 5 |
3 files changed, 13 insertions, 4 deletions
diff --git a/lang/fpc-rexx/Makefile b/lang/fpc-rexx/Makefile index ce0410950c10..eb1b49c0344e 100644 --- a/lang/fpc-rexx/Makefile +++ b/lang/fpc-rexx/Makefile @@ -1,7 +1,6 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -rexx diff --git a/lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp b/lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp new file mode 100644 index 000000000000..0b9818ac40b0 --- /dev/null +++ b/lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp @@ -0,0 +1,11 @@ +--- packages/rexx/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000 ++++ packages/rexx/fpmake.pp +@@ -18,7 +18,7 @@ begin + {$endif ALLPACKAGES} + P.Version:='3.0.1'; + P.SourcePath.Add('src'); +- P.Oses:=[emx,os2]; ++ P.Oses:=[emx,os2,dragonfly,freebsd]; + p.Targets.AddUnit('rexxsaa.pp'); + + P.Sources.AddSrc('readme.txt'); diff --git a/lang/fpc-rexx/pkg-plist b/lang/fpc-rexx/pkg-plist index 23df78447944..642a8b51bb9c 100644 --- a/lang/fpc-rexx/pkg-plist +++ b/lang/fpc-rexx/pkg-plist @@ -1,4 +1,3 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.ppu +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rexx.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/libprexxsaa.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.ppu |