aboutsummaryrefslogtreecommitdiff
path: root/graphics/dia/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-28 12:04:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-28 12:04:42 +0000
commitbf8c25233c270311ba422f93df9bd74aa4ee61bb (patch)
tree2a731b3867db5ad75df83e4faaec29fa04b83df1 /graphics/dia/files
parent4844a5b160e5a65a7663350b273bf598ef4ff582 (diff)
downloadports-bf8c25233c270311ba422f93df9bd74aa4ee61bb.tar.gz
ports-bf8c25233c270311ba422f93df9bd74aa4ee61bb.zip
- Rework optional GNOME dependency, so it would not confuse bento;
- enable gnomeprint support in Gnome case; - use "@*" to pass arguments from the helper script to the binary instead of $*. Submitted by: bento
Notes
Notes: svn path=/head/; revision=47018
Diffstat (limited to 'graphics/dia/files')
-rw-r--r--graphics/dia/files/dia.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dia/files/dia.sh b/graphics/dia/files/dia.sh
index 5d9473f4e89c..a41d856d67b4 100644
--- a/graphics/dia/files/dia.sh
+++ b/graphics/dia/files/dia.sh
@@ -4,4 +4,4 @@ DIA_SHAPE_PATH=%%PREFIX%%/share/gnome/dia/shapes
DIA_SHEET_PATH=%%PREFIX%%/share/gnome/dia/sheets
export DIA_LIB_PATH DIA_SHAPE_PATH DIA_INT_SHAPE_PATH DIA_SHEET_PATH
-exec %%PREFIX%%/bin/dia-bin $*
+exec %%PREFIX%%/bin/dia-bin "$@"