diff options
author | ahze <ahze@FreeBSD.org> | 2008-04-09 22:35:07 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-04-09 22:35:07 +0800 |
commit | e9e26d06a50fe3c4aa0c7bd832d50a433b163d9f (patch) | |
tree | e2dcde9bc3f6da9edef665d674da05ee6fbbe2e8 /deskutils/lightning-xpi/Makefile | |
parent | 03460530adccd74f138376b8fb816f0c152df3ea (diff) | |
download | freebsd-ports-gnome-e9e26d06a50fe3c4aa0c7bd832d50a433b163d9f.tar.gz freebsd-ports-gnome-e9e26d06a50fe3c4aa0c7bd832d50a433b163d9f.tar.zst freebsd-ports-gnome-e9e26d06a50fe3c4aa0c7bd832d50a433b163d9f.zip |
Repackage lightning-xpi (no changes to code made)
Diffstat (limited to 'deskutils/lightning-xpi/Makefile')
-rw-r--r-- | deskutils/lightning-xpi/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/lightning-xpi/Makefile b/deskutils/lightning-xpi/Makefile index 1afc99632610..639f9797c958 100644 --- a/deskutils/lightning-xpi/Makefile +++ b/deskutils/lightning-xpi/Makefile @@ -35,19 +35,19 @@ ARCH_PORTVERSION?= 0.7 .if ${ARCH}=="i386" . if ${OSVERSION} < 600000 OS_VER= 5 -. elif ${OSVERSION} > 600000 && ${OSVERSION} < 700000 +. elif ${OSVERSION} >= 600000 && ${OSVERSION} < 700000 OS_VER= 6 WRKSRC:= ${WRKSRC}/${WRKSRC:S/${WRKDIR}//} -. elif ${OSVERSION} > 700000 +. elif ${OSVERSION} >= 700000 OS_VER= 7 . else IGNORE= ${_IGNORE_MSG} . endif .elif ${ARCH}=="sparc64" -. if ${OSVERSION} > 600000 && ${OSVERSION} < 700000 +. if ${OSVERSION} >= 600000 && ${OSVERSION} < 700000 OS_VER= 6 ARCH_PORTVERSION= 0.5 -. elif ${OSVERSION} > 700000 +. elif ${OSVERSION} >= 700000 OS_VER= 7 ARCH_PORTVERSION= 0.5 . else @@ -56,9 +56,9 @@ IGNORE= ${_IGNORE_MSG} .elif ${ARCH}=="amd64" . if ${OSVERSION} < 600000 OS_VER= 5 -. elif ${OSVERSION} > 600000 && ${OSVERSION} < 700000 +. elif ${OSVERSION} >= 600000 && ${OSVERSION} < 700000 OS_VER= 6 -. elif ${OSVERSION} > 700000 +. elif ${OSVERSION} >= 700000 OS_VER= 7 . endif .else |