diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-04-25 18:54:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-04-25 18:54:20 +0000 |
commit | 1b9ec2146a8b5337da14cea069876ea4e445a629 (patch) | |
tree | a2e3872922daad76c8b1796c1a3b458f9915999d /emulators/wine | |
parent | 78ff1db63340c0380d64cb8ce0ec422580aeebc4 (diff) |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 7d8a7d3b3ef9..2f776b4e5b47 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -102,7 +102,7 @@ post-patch: .endif pre-build: - cd ${WRKSRC} && gmake depend + cd ${WRKSRC} && ${GMAKE} depend post-install: @${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \ |