diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 14:19:23 +0000 | 
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 14:19:23 +0000 | 
| commit | 424d94a22a598c811fe3963a50bc5253b73c8ed0 (patch) | |
| tree | cb4c13ea278eba604b892b7bfb035877eb8dcd90 /java | |
| parent | - Update to 1.2.6 (diff) | |
- Add missing app dir
- Bump PORTREVISION
PR:		131333
Submitted by:	Wen Heping <wenheping@gmail.com>
Notes
Notes:
    svn path=/head/; revision=234096
Diffstat (limited to 'java')
| -rw-r--r-- | java/jboss5/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile index a5abb10e9c51..7b63181a7e03 100644 --- a/java/jboss5/Makefile +++ b/java/jboss5/Makefile @@ -7,6 +7,7 @@  PORTNAME=	${APP_TITLE:L}  PORTVERSION=	5.0.0.GA +PORTREVISION=	1  PORTEPOCH=	1  CATEGORIES=	java devel  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} @@ -57,7 +58,7 @@ JAVA_MAIN=	org.jboss.Main  MAN1=		${CONTROL_SCRIPT_NAME}.1  JBOSSOUTPUT=	${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION} -APP_HOME_FILES=	bin client lib server +APP_HOME_FILES=	bin client lib server common  PKGMESSAGE=	${WRKDIR}/pkg-message  | 
