5058e93845
Onyx is a powerful stack-based, multi-threaded, interpreted, general purpose programming language similar to PostScript. ok aja@
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
$OpenBSD: patch-bin_onyx_Cookfile_inc_in,v 1.1.1.1 2011/03/07 19:26:28 jasper Exp $
|
|
--- bin/onyx/Cookfile.inc.in.orig Thu Mar 3 19:52:28 2011
|
|
+++ bin/onyx/Cookfile.inc.in Thu Mar 3 19:52:40 2011
|
|
@@ -438,8 +438,6 @@ onyx_bins_install : [ONYX] mods_install
|
|
@INSTALL@ -m 0444 @objroot@/bin/onyx/man/man1/onyx.1 [MANDIR]/man1;
|
|
|
|
@INSTALL@ -d [DATADIR];
|
|
- rm -f [DATADIR]/onyx;
|
|
- ln -s onyx-@onyx_version@ [DATADIR]/onyx;
|
|
}
|
|
|
|
onyx_bins_uninstall :
|