mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c0d794b61b
Submitted by: dchapes@ddm.on.ca Import of new port emulators/vice, the Versatile Commodore Emulator (VICE), an emulator for Commodore's PET/Vic-20/64.
29 lines
992 B
Plaintext
29 lines
992 B
Plaintext
--- ./Makefile.in.orig Sat Mar 21 08:53:32 1998
|
|
+++ ./Makefile.in Sat Mar 28 09:28:52 1998
|
|
@@ -59,7 +59,7 @@
|
|
ARCH = @host@
|
|
|
|
LDFLAGS = @X_LIBS@ @LDFLAGS@
|
|
-DEFS = @DEFS@ @LINUXJOYSTICK@ -DPREFIX=\"@prefix@\"
|
|
+DEFS = @DEFS@ @JOYSTICK@ -DPREFIX=\"@prefix@\"
|
|
MKDEP = @MKDEP@
|
|
CFLAGS = @X_CFLAGS@ @CFLAGS@
|
|
INCLUDES = -I$(SRCDIR) -I./include -I$(ARCHDIR) -I$(INCLUDEDIR)
|
|
@@ -67,6 +67,7 @@
|
|
|
|
LN_S = @LN_S@
|
|
|
|
+RM = rm
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
@@ -510,7 +511,7 @@
|
|
$(INSTALL_BINDIR)/$$a; \
|
|
done; \
|
|
$(RM) -f $(INSTALL_BINDIR)/recomment; \
|
|
- $(INSTALL_PROGRAM) $(UTILDIR)/recomment \
|
|
+ $(INSTALL) -m 555 $(UTILDIR)/recomment \
|
|
$(INSTALL_LIBDIR)/$(ARCH)/recomment-$$VERSION; \
|
|
$(LN_S) $(INSTALL_LIBDIR)/$(ARCH)/recomment-$$VERSION \
|
|
$(INSTALL_BINDIR)/recomment )
|