mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Mathieu Arnold](/assets/img/avatar_default.png)
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
23 lines
696 B
Plaintext
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)
|