diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-08 07:06:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-08 07:06:16 +0000 |
commit | 2271dba1df46aab93b42c8ac438d19a67d5a7011 (patch) | |
tree | 9d88c4db1b9d5c5edc3a49fe660b516832bb4f39 /x11-toolkits | |
parent | 3aebbc79f2e5b5c366de52f56e8cf40157fa38ab (diff) | |
download | ports-2271dba1df46aab93b42c8ac438d19a67d5a7011.tar.gz ports-2271dba1df46aab93b42c8ac438d19a67d5a7011.zip |
- Fix left-overs
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=329762
Diffstat (limited to 'x11-toolkits')
-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%% |