diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-07-05 02:11:44 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-07-05 02:11:44 +0000 |
commit | 38ba6ddb5be39de6b2b8ec6b6a2d259f76699de7 (patch) | |
tree | d571a1a0fe17b9f7b99de6559bb1ff9c967ffbfa /x11-wm/clementine/Makefile | |
parent | Update to 0.12.31. Remove some cruft. (diff) |
Fix patching error seen in bento log.
Diffstat (limited to 'x11-wm/clementine/Makefile')
-rw-r--r-- | x11-wm/clementine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile index 653d3631fe6d..669c17f2b2d6 100644 --- a/x11-wm/clementine/Makefile +++ b/x11-wm/clementine/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes DOCS= COPYING HISTORY LICENSE -do-patch: +post-patch: ${PERL} -pi -e 's:^CFLAGS:IGNORE:g ; s:^DEFINES:IGNORE:g' \ ${WRKSRC}/Makefile ${PERL} -pi -e 's:./clementine:${PREFIX}/bin/clementine:g' \ |