aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-15 07:17:20 +0800
committerwill <will@FreeBSD.org>2001-01-15 07:17:20 +0800
commit8db4f7f5c2802d2a66952c0b154f0ca27ff17f5d (patch)
treece13f77925ba7b57c558840ad8d472d8e9dde5c1 /emulators/wine-devel
parentc0652562fcf47a98f878cbafebc8953c4598eeff (diff)
downloadfreebsd-ports-gnome-8db4f7f5c2802d2a66952c0b154f0ca27ff17f5d.tar.gz
freebsd-ports-gnome-8db4f7f5c2802d2a66952c0b154f0ca27ff17f5d.tar.zst
freebsd-ports-gnome-8db4f7f5c2802d2a66952c0b154f0ca27ff17f5d.zip
Make this port more efficient with perl regexes; add a directory to the
regex commands. Approved by: maintainer
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 66fd8cd57e53..c591c655c5c7 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -45,11 +45,7 @@ pre-extract:
.endif
post-patch:
-.for D in . library unicode
- @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
- ${WRKSRC}/${D}/Makefile.in
-.endfor
-.for D in advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv
+.for D in ./ ../library ../unicode advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv
@${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
${WRKSRC}/dlls/${D}/Makefile.in
.endfor