diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-08 15:06:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-08 15:06:16 +0800 |
commit | 04f9f93a7b6da5b30785b304a5635a77e735c0d5 (patch) | |
tree | 9d88c4db1b9d5c5edc3a49fe660b516832bb4f39 /x11-toolkits/fox14 | |
parent | b282f481cc7dc213f1f5dd38724055dd6cb242e1 (diff) | |
download | freebsd-ports-gnome-04f9f93a7b6da5b30785b304a5635a77e735c0d5.tar.gz freebsd-ports-gnome-04f9f93a7b6da5b30785b304a5635a77e735c0d5.tar.zst freebsd-ports-gnome-04f9f93a7b6da5b30785b304a5635a77e735c0d5.zip |
- Fix left-overs
Reported by: QAT
Diffstat (limited to 'x11-toolkits/fox14')
-rw-r--r-- | x11-toolkits/fox14/pkg-plist | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/fox14/pkg-plist b/x11-toolkits/fox14/pkg-plist index 2b065f74bd75..357e90b78d1d 100644 --- a/x11-toolkits/fox14/pkg-plist +++ b/x11-toolkits/fox14/pkg-plist @@ -1,9 +1,9 @@ -%%APPS%%bin/fox-1.4/PathFinder -%%APPS%%bin/fox-1.4/adie -%%APPS%%bin/fox-1.4/calculator -bin/fox-1.4/fox-config -bin/fox-1.4/reswrap -bin/fox-1.4/shutterbug +%%APPS%%bin/fox-%%MAJORVER%%/PathFinder +%%APPS%%bin/fox-%%MAJORVER%%/adie +%%APPS%%bin/fox-%%MAJORVER%%/calculator +bin/fox-%%MAJORVER%%/fox-config +bin/fox-%%MAJORVER%%/reswrap +bin/fox-%%MAJORVER%%/shutterbug include/fox-%%MAJORVER%%/FX4Splitter.h include/fox-%%MAJORVER%%/FX7Segment.h include/fox-%%MAJORVER%%/FXAccelTable.h @@ -246,3 +246,4 @@ man/man1/reswrap-14.1.gz %%APPS%%man/man1/calculator-14.1.gz @dirrm include/fox-%%MAJORVER%%/chart @dirrm include/fox-%%MAJORVER%% +@dirrm bin/fox-%%MAJORVER%% |