diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-03-13 20:36:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-03-13 20:36:04 +0000 |
commit | 860ab5b911e16783cf37e9bfdfb7f5e6dd18d0ec (patch) | |
tree | 88e5a69d264448656d95c7be5ed532f501d80212 /misc | |
parent | 8b15435b30d85686e367d85a428c4251026d70e2 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index bc2fe1fffeb3..fcb561ddc781 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -29,4 +29,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} +post-patch: + ${REINPLACE_CMD} -e 's|^//|#|' \ + ${WRKSRC}/gui/GFractal/GNUmakefile + .include <bsd.port.mk> |