diff options
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 570c527..15221be 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 MAN5= wine.conf.5 |