mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
d7987b732d
- Move out modules into separate ports - Rename rc.d script - Pass maintainership to submitter PR: ports/105781 Submitted by: Martin Matuska <martin@matuska.org> Approved by: aldert@nooitgedagt.net (maintainer), erwin (mentor)
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
--- Makefile.orig Thu Oct 12 12:41:17 2006
|
|
+++ Makefile Thu Oct 12 12:45:08 2006
|
|
@@ -75,6 +75,12 @@
|
|
install-docs:
|
|
$(MAKEALL) install doc
|
|
|
|
+install-html:
|
|
+ $(MAKEALL) install-html doc
|
|
+
|
|
+install-man:
|
|
+ $(MAKEALL) install-man doc
|
|
+
|
|
distclean: clean
|
|
$(RM) include/ns.mak include/ns.bak \
|
|
config.status config.log config.cache
|