aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-09-12 03:14:24 +0800
committerantoine <antoine@FreeBSD.org>2019-09-12 03:14:24 +0800
commitbb9a84adcf3b8c8089c4c2865ee1329e5180e7a7 (patch)
treefb88ed7e3178ca7dec03eaab1c727befd09558e0 /www
parentb82d294cd7e3a1eb68dd1e6a1666e686e1fb54cd (diff)
downloadfreebsd-ports-gnome-bb9a84adcf3b8c8089c4c2865ee1329e5180e7a7.tar.gz
freebsd-ports-gnome-bb9a84adcf3b8c8089c4c2865ee1329e5180e7a7.tar.zst
freebsd-ports-gnome-bb9a84adcf3b8c8089c4c2865ee1329e5180e7a7.zip
Fix duplicate PKGBASE
Pointy hat: jmd
Diffstat (limited to 'www')
-rw-r--r--www/glassfish5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/glassfish5/Makefile b/www/glassfish5/Makefile
index 7a2d89692f5c..d617fc0ecb9f 100644
--- a/www/glassfish5/Makefile
+++ b/www/glassfish5/Makefile
@@ -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@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>