openbsd-ports/lang/onyx/patches/patch-bin_onyx_Cookfile_inc_in
jasper 5058e93845 import onyx 5.1.2
Onyx is a powerful stack-based, multi-threaded, interpreted, general
purpose programming language similar to PostScript.

ok aja@
2011-03-07 19:26:28 +00:00

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 :