diff options
author | gerald <gerald@FreeBSD.org> | 2010-04-26 02:54:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-04-26 02:54:20 +0800 |
commit | a7e9d9a0e0cb483a555c55c7bc030052b9632718 (patch) | |
tree | 746d1c59e9e02c958a516e8f909a035616af13c0 /emulators/wine/Makefile | |
parent | 134c61f8b96c1d27feb6e41fb156f710d3215dcf (diff) | |
download | freebsd-ports-gnome-a7e9d9a0e0cb483a555c55c7bc030052b9632718.tar.gz freebsd-ports-gnome-a7e9d9a0e0cb483a555c55c7bc030052b9632718.tar.zst freebsd-ports-gnome-a7e9d9a0e0cb483a555c55c7bc030052b9632718.zip |
Use ${GMAKE} instead of gmake directly.
Diffstat (limited to 'emulators/wine/Makefile')
-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 \ |