mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
14 lines
576 B
Python
14 lines
576 B
Python
--- lib/as_config.py.orig Tue Dec 19 14:31:52 2006
|
|
+++ lib/as_config.py Sat Dec 23 22:07:31 2006
|
|
@@ -75,8 +75,8 @@
|
|
'SRCHIST' : ['histor'],
|
|
# name of "binaries" (as results of a make)
|
|
'MAKE' : ['debug nodebug'],
|
|
- 'BIN_NODBG' : ['asteru.exe'],
|
|
- 'BIN_DBG' : ['asterd.exe'],
|
|
+ 'BIN_NODBG' : ['asteru'],
|
|
+ 'BIN_DBG' : ['asterd'],
|
|
'BINCMDE' : ['commande'],
|
|
'BINELE' : ['elements'],
|
|
'BINPICKLED' : ['cata_ele.pickled'],
|