1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/maplay/files/patch-ab
Jordan K. Hubbard b957235ce2 maplay port.
1995-02-14 08:32:41 +00:00

32 lines
564 B
Plaintext

*** work/Makefile.orig Tue Feb 14 08:18:41 1995
--- work/Makefile Tue Feb 14 08:19:52 1995
***************
*** 39,45 ****
.SUFFIXES: .cc
! install:
@./configuration.sh
all: maplay
--- 39,45 ----
.SUFFIXES: .cc
! pre-install:
@./configuration.sh
all: maplay
***************
*** 47,52 ****
--- 47,55 ----
maplay: $(OBJS)
$(COMPILER) $(CFLAGS) $(OBJS) -o $@ $(LIBRARIES) -lm
-strip $@
+
+ install: all
+ ${INSTALL} -s -c -m 755 maplay ${PREFIX}/bin
.cc.o:
$(COMPILER) -c $(CFLAGS) $(INCLUDEDIRS) $*.cc -o $@