diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-08-10 23:10:01 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-08-10 23:10:01 +0800 |
commit | 65cd22e6260e29d478c843184980dceafa8ac428 (patch) | |
tree | 36fafc0f842ca95e2c460b4fe891dc56d9918d39 /lang/racket | |
parent | 2b1159ebefa0d1020e7de7baceca2c6a450724cf (diff) | |
download | freebsd-ports-gnome-65cd22e6260e29d478c843184980dceafa8ac428.tar.gz freebsd-ports-gnome-65cd22e6260e29d478c843184980dceafa8ac428.tar.zst freebsd-ports-gnome-65cd22e6260e29d478c843184980dceafa8ac428.zip |
Restore %%ARCH%% in PLIST.
Noticed by: QAT
Diffstat (limited to 'lang/racket')
-rw-r--r-- | lang/racket/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/racket/pkg-plist b/lang/racket/pkg-plist index fb62256c9f73..d89ff57b1487 100644 --- a/lang/racket/pkg-plist +++ b/lang/racket/pkg-plist @@ -4332,8 +4332,8 @@ lib/racket/collects/plot/compiled/main_rkt.dep lib/racket/collects/plot/compiled/main_rkt.zo lib/racket/collects/plot/compiled/math_rkt.dep lib/racket/collects/plot/compiled/math_rkt.zo -lib/racket/collects/plot/compiled/native/i386-freebsd/libfit.so -lib/racket/collects/plot/compiled/native/i386-freebsd/libplplot.so +lib/racket/collects/plot/compiled/native/%%ARCH%%-freebsd/libfit.so +lib/racket/collects/plot/compiled/native/%%ARCH%%-freebsd/libplplot.so lib/racket/collects/plot/compiled/plot-extend_rkt.dep lib/racket/collects/plot/compiled/plot-extend_rkt.zo lib/racket/collects/plot/compiled/plot_rkt.dep @@ -8138,7 +8138,7 @@ lib/racket/collects/sgl/compiled/make-gl-info_rkt.dep lib/racket/collects/sgl/compiled/make-gl-info_rkt.zo lib/racket/collects/sgl/compiled/makefile_rkt.dep lib/racket/collects/sgl/compiled/makefile_rkt.zo -lib/racket/collects/sgl/compiled/native/i386-freebsd/3m/make-gl-info-helper_rkt.so +lib/racket/collects/sgl/compiled/native/%%ARCH%%-freebsd/3m/make-gl-info-helper_rkt.so lib/racket/collects/sgl/compiled/sgl_rkt.dep lib/racket/collects/sgl/compiled/sgl_rkt.zo lib/racket/collects/sgl/examples/alpha.rkt @@ -16366,8 +16366,8 @@ share/racket/doc/xml/stamp.sxref @dirrm lib/racket/collects/sgl/scribblings/compiled @dirrm lib/racket/collects/sgl/scribblings @dirrm lib/racket/collects/sgl/examples -@dirrm lib/racket/collects/sgl/compiled/native/i386-freebsd/3m -@dirrm lib/racket/collects/sgl/compiled/native/i386-freebsd +@dirrm lib/racket/collects/sgl/compiled/native/%%ARCH%%-freebsd/3m +@dirrm lib/racket/collects/sgl/compiled/native/%%ARCH%%-freebsd @dirrm lib/racket/collects/sgl/compiled/native @dirrm lib/racket/collects/sgl/compiled @dirrm lib/racket/collects/sgl @@ -16602,7 +16602,7 @@ share/racket/doc/xml/stamp.sxref @dirrm lib/racket/collects/plot/src @dirrm lib/racket/collects/plot/fonts @dirrm lib/racket/collects/plot/demos -@dirrm lib/racket/collects/plot/compiled/native/i386-freebsd +@dirrm lib/racket/collects/plot/compiled/native/%%ARCH%%-freebsd @dirrm lib/racket/collects/plot/compiled/native @dirrm lib/racket/collects/plot/compiled @dirrm lib/racket/collects/plot |