diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-04-14 19:54:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-04-14 19:54:02 +0000 |
commit | ff0382659218ca0fc8ac1de4ba21f1095511e395 (patch) | |
tree | 21496fe7eca757463f249e86fc9b8564a568c5f7 /emulators/wine-devel/Makefile | |
parent | - Fix pkg-plist (diff) |
Update to the 20040408 snapshot of Wine. Improve installation to non-default
prefix as regular user on the way.
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3022b7af130b..35ff053920ff 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 20040309 +PORTVERSION= 20040408 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -56,7 +56,7 @@ post-configure: do-install: cd ${WRKSRC} && ${GMAKE} install - -@${MKDIR} ${PREFIX}/etc + -@${MKDIR} ${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample [ -f ${PREFIX}/etc/wine.conf ] \ || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf |