diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-09 05:20:53 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-09 05:20:53 +0800 |
commit | 40a1b619c39d9b049711df9a02b1ba0f742e1f35 (patch) | |
tree | 11f4e3c610ca149671fc15a7d1686ab329a56f13 /lang | |
parent | cbf946abaa3254afc189d0ce4514bc14452fa3f6 (diff) | |
download | freebsd-ports-gnome-40a1b619c39d9b049711df9a02b1ba0f742e1f35.tar.gz freebsd-ports-gnome-40a1b619c39d9b049711df9a02b1ba0f742e1f35.tar.zst freebsd-ports-gnome-40a1b619c39d9b049711df9a02b1ba0f742e1f35.zip |
- fix package pkg-plist on other then i386-8.2
- pointhat on amd64.8.2
Approved by: maintainer (erik@bz.bzflag.bz,implicit), gabor (mentor)
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist index ea5fe375675a..cea3590fe487 100644 --- a/lang/gauche/pkg-plist +++ b/lang/gauche/pkg-plist @@ -311,11 +311,11 @@ share/gauche/site/lib/.packages/.keepme @dirrm share/gauche/%%VERSION%%/lib @dirrm share/gauche/%%VERSION%% @dirrm share/gauche -@dirrm lib/gauche-0.9/site/i386-portbld-freebsd8.2 +@dirrm lib/gauche-0.9/site/%%TARGET%% @dirrm lib/gauche-0.9/site @dirrm lib/gauche-0.9/%%VERSION%%/include/gauche @dirrm lib/gauche-0.9/%%VERSION%%/include -@dirrm lib/gauche-0.9/%%VERSION%%/i386-portbld-freebsd8.2 +@dirrm lib/gauche-0.9/%%VERSION%%/%%TARGET%% @dirrm lib/gauche-0.9/%%VERSION%% @dirrm lib/gauche-0.9 @dirrm %%EXAMPLESDIR%% |