diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-14 10:35:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-14 10:35:32 +0000 |
commit | 1c26a24b673c24e386efc8be0c97224a90c8436e (patch) | |
tree | d6730db22f238259ac8bccb9dfef36aee371f452 /misc | |
parent | b5d21791bfa3290776eb6a2b448322f6ba6f7ee9 (diff) | |
download | ports-1c26a24b673c24e386efc8be0c97224a90c8436e.tar.gz ports-1c26a24b673c24e386efc8be0c97224a90c8436e.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 5 |
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; \ |