mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
387 B
Plaintext
11 lines
387 B
Plaintext
--- rplayd/Makefile.in.orig 1999-06-09 06:27:43 UTC
|
|
+++ rplayd/Makefile.in
|
|
@@ -54,7 +54,6 @@ $(TARGET): $(OBJS) ../librplay/$(LIBRPLA
|
|
install: all
|
|
$(MKINSTALLDIRS) $(sbindir)
|
|
$(INSTALL_PROGRAM) $(TARGET) $(sbindir)/$(TARGET)
|
|
- @test -x $(bindir)/$(TARGET) && echo "" && echo " Note: Consider removing $(bindir)/$(TARGET)" && echo ""
|
|
|
|
uninstall:
|
|
$(RM) $(bindir)/$(TARGET)
|