aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-gecko/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-09-06 08:54:47 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-09-06 08:54:47 +0000
commit52744541bcecd8dc6d0db1d2a7c21616a54a7a50 (patch)
treeba8f1646a7a644407e19e16f9dd74ec043a9fb1b /emulators/wine-gecko/Makefile
parent47d94a7e148f53c7eb8d49737cbe3d48620393e1 (diff)
downloadports-52744541bcecd8dc6d0db1d2a7c21616a54a7a50.tar.gz
ports-52744541bcecd8dc6d0db1d2a7c21616a54a7a50.zip
- Update to version 1.3
- Reformat port description and fix line wrapping in Makefile while here PR: ports/160243 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=281279
Diffstat (limited to 'emulators/wine-gecko/Makefile')
-rw-r--r--emulators/wine-gecko/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile
index 071fe2f93df0..23fe4871d226 100644
--- a/emulators/wine-gecko/Makefile
+++ b/emulators/wine-gecko/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wine-gecko
-DISTVERSION= 1.2.0
+DISTVERSION= 1.3
CATEGORIES= emulators
MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION}
DISTNAME= wine_gecko-${DISTVERSION}-x86
@@ -26,7 +26,8 @@ LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
do-install:
- ${MKDIR} ${DATADIR}/gecko
- ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi ${DATADIR}/gecko
+ @${MKDIR} ${DATADIR}/gecko
+ ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
+ ${DATADIR}/gecko
.include <bsd.port.mk>