From de176447a1acd5876263ded1bee2f09c5e3a7ce8 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 29 Jun 2022 22:11:06 -0700 Subject: [PATCH] sysutils/nut: Move patch file back to its proper place I had moved the file to the root of port's directory to perform some testing when updating the port to 2.8.0 and forgot to move it to its rightful place in files/. The patch file avoids redundantly building systemd and Solaris support files that are never used in FreeBSD thereby reducing build time. PORTREVISION doesn't need to change. Reported by: lwhsu MFH: No sense doing that so late in the quarter --- sysutils/nut/{ => files}/patch-scripts_Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sysutils/nut/{ => files}/patch-scripts_Makefile (100%) diff --git a/sysutils/nut/patch-scripts_Makefile b/sysutils/nut/files/patch-scripts_Makefile similarity index 100% rename from sysutils/nut/patch-scripts_Makefile rename to sysutils/nut/files/patch-scripts_Makefile