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 | |
parent | Upgrade to version 2.0. (diff) |
- cleanup Makefile location
Notes
Notes:
svn path=/head/; revision=141182
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtoolkit/pkg-plist | 2 |
4 files changed, 4 insertions, 4 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> diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 7fe257648c12..62e42190bc8b 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -55,7 +55,7 @@ IGNORE= requires procfs mounted to build or run, for details see procfs(5) 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 .if !defined(NOPORTDOCS) ${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist index 5616e1e56bb1..1475c7c5f6da 100644 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ b/x11-toolkits/gnustep-gui/pkg-plist @@ -639,11 +639,11 @@ System/Library/Libraries/Resources/gnustep-gui/Italian.lproj/Localizable.strings System/Library/Libraries/libgnustep-gui.so System/Library/Libraries/libgnustep-gui.so.%%BASEVERSION%% System/Library/Libraries/libgnustep-gui.so.%%VERSION%% +System/Library/Makefiles/Additional/gui.make System/Library/PostScript/GSProlog.ps System/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd System/Library/Services/GSspell.service/GSspell System/Library/Services/GSspell.service/Resources/Info-gnustep.plist -System/Makefiles/Additional/gui.make System/Tools/gopen System/Tools/make_services System/Tools/set_show_service diff --git a/x11-toolkits/gtoolkit/pkg-plist b/x11-toolkits/gtoolkit/pkg-plist index 3094d5b1e31c..3014bcd79ae1 100644 --- a/x11-toolkits/gtoolkit/pkg-plist +++ b/x11-toolkits/gtoolkit/pkg-plist @@ -103,7 +103,7 @@ Local/Library/Headers/GToolKit/GToolKit.h Local/Library/Libraries/libGToolKit.so Local/Library/Libraries/libGToolKit.so.%%MAJORVERSION%% Local/Library/Libraries/libGToolKit.so.%%VERSION%% -System/Makefiles/gtk-tool.make +System/Library/Makefiles/gtk-tool.make @dirrm Local/Library/Libraries @dirrm Local/Library/Headers/GToolKit @dirrm Local/Library/Headers |