diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-08-28 19:19:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-08-28 19:19:23 +0000 |
commit | e99d7a1173a8fb4decf6f7de92fc7c20eb842df9 (patch) | |
tree | a95aad13453b4d97750b73cf09bfd117e90a8613 /x11-toolkits/gnustep-back/Makefile | |
parent | 2dbd85c82c59335906a42665bc78e737106e76c7 (diff) | |
download | ports-e99d7a1173a8fb4decf6f7de92fc7c20eb842df9.tar.gz ports-e99d7a1173a8fb4decf6f7de92fc7c20eb842df9.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 2750c2728b59..245eb1e4ac07 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> |