freebsd-ports/comms/gnokii/files/patch-Docs-Makefile
Pav Lucistnik fa4d36be29 - Update to 0.5.6
- Add WITH_SMSD knob to enable build of SMS messaging daemon
  with optional MySQL or Postgresql backend

PR:		ports/54498
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	adamw (mentor)
2003-12-04 22:00:20 +00:00

23 lines
668 B
Text

--- Docs/Makefile.orig Tue Jul 8 23:23:28 2003
+++ Docs/Makefile Tue Jul 8 23:24:48 2003
@@ -63,6 +63,7 @@
@echo
install:
+ifndef NOPORTDOCS
$(INSTALL) -d $(DESTDIR)$(docdir)
$(INSTALL) -d $(DESTDIR)$(docdir)/sample/logo
$(INSTALL) -d $(DESTDIR)$(docdir)/sample/ringtone
@@ -79,10 +80,10 @@
$(INSTALL_DATA) $(GNOKII1_MAN) $(DESTDIR)$(man1dir)
$(INSTALL_DATA) $(GNOKII8_MAN) $(DESTDIR)$(man8dir)
if [ "x$(HAVE_XGNOKII)" = "xyes" ]; then \
- $(INSTALL) -d $(DESTDIR)$(xmandir); \
- $(INSTALL_DATA) $(XGNOKII_MAN) $(DESTDIR)$(xmandir); \
+ $(INSTALL) $(XGNOKII_MAN) $(DESTDIR)/$(xmandir)/xgnokii.1; \
fi
@echo "done"
+endif
clean:
$(RM) *~