diff options
| author | Boris Samorodov <bsam@FreeBSD.org> | 2008-03-29 15:02:25 +0000 |
|---|---|---|
| committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-03-29 15:02:25 +0000 |
| commit | 479e1637ff0640686707eca96b987f3df6c9d7ad (patch) | |
| tree | 9f0e9642e088253eda442e0e70857af0eff71ab4 /emulators/linux_base-f10/files | |
| parent | The OPTIONS parsing code in bsd.port.mk doesn't understand single (diff) | |
. add a script LINUXBASE/usr/bin/lp which let some linux applications [1]
(most notable acroread) to print with default settings;
. add linux_base-f7 to CONFLICTS;
. bump PORTREVISION.
Suggested by: olli, scf [1]
Reviewed by: netchild [1]
Diffstat (limited to 'emulators/linux_base-f10/files')
| -rw-r--r-- | emulators/linux_base-f10/files/lp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux_base-f10/files/lp b/emulators/linux_base-f10/files/lp new file mode 100644 index 000000000000..d1e0b5509eed --- /dev/null +++ b/emulators/linux_base-f10/files/lp @@ -0,0 +1,2 @@ +#!/bin/sh - +exec /usr/bin/lpr "$@" |
