mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e71e1fb70f
- Add WWW: line into pkg/DESCR - Add INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE PR: 19521 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
--- rplayd/Makefile.in.orig Wed Jun 9 15:27:43 1999
|
|
+++ rplayd/Makefile.in Wed Jun 21 23:04:00 2000
|
|
@@ -54,7 +54,6 @@
|
|
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)
|