HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/xplot/files/patch-Makefile.in
--- Makefile.in.orig	2000-05-04 21:04:20 UTC
+++ Makefile.in
@@ -70,11 +70,11 @@ version_string.c: version
 	echo 'char *version_string = "'`cat version`'";' >version_string.c
 
 install: all
-	mkdir -p $(bindir)
-	$(INSTALL_PROGRAM) xplot $(bindir)/xplot
-	$(INSTALL) tcpdump2xplot.pl $(bindir)/tcpdump2xplot
-	mkdir -p $(mandir)
-	$(INSTALL_MAN) $(MANFILES) $(mandir)
+	mkdir -p $(DESTDIR)$(bindir)
+	$(INSTALL_PROGRAM) xplot $(DESTDIR)$(bindir)/xplot
+	$(INSTALL) tcpdump2xplot.pl $(DESTDIR)$(bindir)/tcpdump2xplot
+	mkdir -p $(DESTDIR)$(mandir)
+	$(INSTALL_MAN) $(MANFILES) $(DESTDIR)$(mandir)
 clean:
 	rm -f ${PROG} ${PROG}.old *.o version_string.c