1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/audio/tosha/files/patch-Makefile
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

23 lines
696 B
Plaintext

--- Makefile.orig 1998-12-16 12:34:09 UTC
+++ Makefile
@@ -53,15 +53,10 @@ pcmfade: pcmfade.o utils.o
$(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o
install: $(BINS)
- strip $(BINS)
- install -s -g bin -o bin -m 755 $(BINS) $(BINDIR)
- install -c -g bin -o bin -m 644 tosharc $(ETCDIR)
- install -c -g bin -o bin -m 644 tosha.1 pcmplay.1 pcmfade.1 \
- $(MANDIR)/man1
-.if !defined(NOMANCOMPRESS)
- cd $(MANDIR)/man1 ; \
- $(GZIP_CMD) tosha.1 pcmplay.1 pcmfade.1
-.endif
+ $(BSD_INSTALL_PROGRAM) $(BINS) $(DESTDIR)$(BINDIR)
+ $(BSD_INSTALL_DATA) tosharc $(DESTDIR)$(ETCDIR)
+ $(BSD_INSTALL_MAN) tosha.1 pcmplay.1 pcmfade.1 \
+ $(DESTDIR)$(MANDIR)/man1
clean:
rm -f $(OBJS) *core $(BINS)