summaryrefslogtreecommitdiff
path: root/deskutils/lightning-xpi/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-09 15:33:49 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-09 15:33:49 +0000
commit860df6344d38ce963ed43e7e2904ea7393cb51d8 (patch)
tree275d0334db231605c78ff6e5d6cef0c0012f9499 /deskutils/lightning-xpi/Makefile
parentPass maintainership to Philippe Audeoud <jadawin@tuxaco.net>, who has (diff)
Add a workaround for i386-6.x so lightning is installed correctally
Notes
Notes: svn path=/head/; revision=201182
Diffstat (limited to '')
-rw-r--r--deskutils/lightning-xpi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/lightning-xpi/Makefile b/deskutils/lightning-xpi/Makefile
index d78fb5a08fe4..b5fdee40ae95 100644
--- a/deskutils/lightning-xpi/Makefile
+++ b/deskutils/lightning-xpi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lightning
PORTVERSION= ${ARCH_PORTVERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ahze
@@ -37,6 +37,7 @@ ARCH_PORTVERSION?= 0.5
OS_VER= 5
. elif ${OSVERSION} > 600000 && ${OSVERSION} < 700000
OS_VER= 6
+WRKSRC:= ${WRKSRC}/${WRKSRC:S/${WRKDIR}//}
. elif ${OSVERSION} > 700000
OS_VER= 7
. else