aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-08-29 03:19:23 +0800
committerdinoex <dinoex@FreeBSD.org>2005-08-29 03:19:23 +0800
commit0b1933f069848de4135addd615bc44db377e6bb9 (patch)
tree2dd87a637d843cee539e3579dc87e35633db2591 /x11-toolkits/gnustep-back
parentf974f1db56f807528fb48f8ffcac5337e6666f87 (diff)
downloadfreebsd-ports-graphics-0b1933f069848de4135addd615bc44db377e6bb9.tar.gz
freebsd-ports-graphics-0b1933f069848de4135addd615bc44db377e6bb9.tar.zst
freebsd-ports-graphics-0b1933f069848de4135addd615bc44db377e6bb9.zip
- cleanup Makefile location
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 2750c2728b5..245eb1e4ac0 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -81,7 +81,7 @@ MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"
pre-configure:
.for file in config.guess config.sub install-sh
- @${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}
+ @${CP} ${PREFIX}/System/Library/Makefiles/${file} ${WRKSRC}
.endfor
.include <bsd.port.post.mk>