Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301878
Collapse All | Expand All

(-)nmap-4.76/Makefile.in.orig (-1 / +1 lines)
Lines 199-205 build-zenmap: $(ZENMAPDIR)/setup.py $(ZE Link Here
199
199
200
install-zenmap: $(ZENMAPDIR)/setup.py
200
install-zenmap: $(ZENMAPDIR)/setup.py
201
	$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
201
	$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
202
	cd $(ZENMAPDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)")
202
	cd $(ZENMAPDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile
203
	$(INSTALL) -c -m 644 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/
203
	$(INSTALL) -c -m 644 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/
204
# Create a symlink from nmapfe to zenmap if nmapfe doesn't exist or is
204
# Create a symlink from nmapfe to zenmap if nmapfe doesn't exist or is
205
# already a link.
205
# already a link.

Return to bug 301878