diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-19 15:22:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-19 15:22:02 +0000 |
commit | c44aadf272e21538fe8b9b355649b33fb3d68ac7 (patch) | |
tree | 2e4956d30b4786ba71247d4eee0f60eaf638bc4d /emulators | |
parent | 1c07e3f388246a81ec953d6274b265550a09b7a0 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 1 |
4 files changed, 10 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 91c6a4170507..038eb6bce992 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -25,6 +25,10 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.6:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --with-glu --with-opengl --with-xrandr \ @@ -131,7 +135,7 @@ post-install: ${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} -.for i in README ANNOUNCE AUTHORS LICENSE +.for i in README ANNOUNCE AUTHORS @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${DOCSDIR}/README.winedbg diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 2eaa206bb48f..f024a578bba7 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1743,7 +1743,6 @@ share/applications/wine.desktop %%DATADIR%%/wine/fonts/vgasyst.fon %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.winedbg %%PORTDOCS%%%%DOCSDIR%%/README.winedump diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 91c6a4170507..038eb6bce992 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -25,6 +25,10 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.6:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --with-glu --with-opengl --with-xrandr \ @@ -131,7 +135,7 @@ post-install: ${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} -.for i in README ANNOUNCE AUTHORS LICENSE +.for i in README ANNOUNCE AUTHORS @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${DOCSDIR}/README.winedbg diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 2eaa206bb48f..f024a578bba7 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -1743,7 +1743,6 @@ share/applications/wine.desktop %%DATADIR%%/wine/fonts/vgasyst.fon %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.winedbg %%PORTDOCS%%%%DOCSDIR%%/README.winedump |