svn commit: r511835 - head/www/glassfish5

Antoine Brodin antoine at FreeBSD.org
Wed Sep 11 19:14:25 UTC 2019


Author: antoine
Date: Wed Sep 11 19:14:24 2019
New Revision: 511835
URL: https://svnweb.freebsd.org/changeset/ports/511835

Log:
  Fix duplicate PKGBASE
  
  Pointy hat:	jmd

Modified:
  head/www/glassfish5/Makefile

Modified: head/www/glassfish5/Makefile
==============================================================================
--- head/www/glassfish5/Makefile	Wed Sep 11 19:13:05 2019	(r511834)
+++ head/www/glassfish5/Makefile	Wed Sep 11 19:14:24 2019	(r511835)
@@ -5,6 +5,7 @@ PORTNAME=	glassfish
 PORTVERSION=	5.0
 CATEGORIES=	www java
 MASTER_SITES=	http://download.oracle.com/glassfish/${PORTVERSION}/release/
+PKGNAMESUFFIX=	5
 
 MAINTAINER=	jmd at FreeBSD.org
 COMMENT=	Reference implementation of the Java EE application server
@@ -30,8 +31,6 @@ SUB_LIST=	GLASSFISHVERSION=${PORTVERSION} \
 USE_RC_SUBR=	glassfish
 GLASSFISH_BIN_FILES=	appclient asadmin capture-schema jspc package-appclient schemagen startserv stopserv wscompile wsdeploy wsgen wsimport xjc
 
-.include <bsd.port.pre.mk>
-
 do-install:
 	@${FIND} ${WRKSRC} -name '*.bat' -delete
 	@${FIND} ${WRKSRC} -name '*.exe' -delete
@@ -42,4 +41,4 @@ do-install:
 	@${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/glassfish/bin/${x}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list