aboutsummaryrefslogtreecommitdiff
path: root/net/openmq/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-03-03 02:26:55 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-03-03 02:26:55 +0000
commitc069f40065e6c1a67f48d019386b810957f3d84d (patch)
tree4378a53dd4238cfab0b0baca43edce8784345d33 /net/openmq/Makefile
parent53357887f40690aa0c3eea1ab238fc46bb6d3b42 (diff)
downloadports-c069f40065e6c1a67f48d019386b810957f3d84d.tar.gz
ports-c069f40065e6c1a67f48d019386b810957f3d84d.zip
Notes
Diffstat (limited to 'net/openmq/Makefile')
-rw-r--r--net/openmq/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/openmq/Makefile b/net/openmq/Makefile
index 5731e68e2546..00109552549c 100644
--- a/net/openmq/Makefile
+++ b/net/openmq/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= openmq
-PORTVERSION= 4.5.b03
+PORTVERSION= 4.4.u1.b7
+PORTEPOCH= 1
CATEGORIES= net java
-MASTER_SITES= http://download.java.net/mq/open-mq/4.5/b03/
-DISTNAME= openmq4_5-source
+MASTER_SITES= http://download.java.net/mq/open-mq/4.4u1/b7-final/
+DISTNAME= openmq4_4-source
MAINTAINER= hsn@sendmail.cz
-COMMENT= Open Message Queue - OSS Java Message Service Broker
+COMMENT= Open Message Queue - Java Message Service Broker ${CLIENT_COMMENT}
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
@@ -93,7 +94,7 @@ post-install:
.ifdef IMQ_CLIENT
@${CAT} ${PKGMESSAGE}
.else
- PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.mk>