summaryrefslogtreecommitdiff
path: root/misc/gnustep-examples
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-14 10:35:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-14 10:35:32 +0000
commit1c26a24b673c24e386efc8be0c97224a90c8436e (patch)
treed6730db22f238259ac8bccb9dfef36aee371f452 /misc/gnustep-examples
parentPoint at the upstream website, rather than a long-dead personal one. (diff)
- cleanup old Makefile location
Notes
Notes: svn path=/head/; revision=142700
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r--misc/gnustep-examples/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index 11f47c6ed953..eeeb0a1298dd 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -24,10 +24,15 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
+USE_REINPLACE= yes
MAKE_APPS= Finger GFractal GPuzzle HostAddress
INSTALL_APPS= Finger GFractal GPuzzle HostAddress
+post-patch:
+ ${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \
+ ${WRKSRC}/gui/GPuzzle/GNUmakefile
+
post-build:
.for i in ${MAKE_APPS}
@(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \