mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8b3fb6d2dd
PR: 6122 Submitted by: maintainer
16 lines
563 B
Plaintext
16 lines
563 B
Plaintext
--- Makefile.in.orig Sat Apr 4 17:32:23 1998
|
|
+++ Makefile.in Sat Apr 4 17:38:18 1998
|
|
@@ -132,12 +132,6 @@
|
|
else file=splay.1; fi; \
|
|
echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
|
|
$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
|
|
- @sect=1; \
|
|
- inst=`echo "xsplay" | sed '$(transform)'`.1; \
|
|
- if test -f $(srcdir)/xsplay.1; then file=$(srcdir)/xsplay.1; \
|
|
- else file=xsplay.1; fi; \
|
|
- echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
|
|
- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
|
|
|
|
uninstall-man:
|
|
$(NORMAL_UNINSTALL)
|