diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/log4j | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) | |
download | ports-580a778a16c548027cb6b56ad3357f1dec74e859.tar.gz ports-580a778a16c548027cb6b56ad3357f1dec74e859.zip |
Notes
Diffstat (limited to 'devel/log4j')
-rw-r--r-- | devel/log4j/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/log4j/Makefile b/devel/log4j/Makefile index ecbdeb050252..0347c1c423f1 100644 --- a/devel/log4j/Makefile +++ b/devel/log4j/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: Jakarta Log4J -# Date created: 11 October 2002 -# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# +# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> # $FreeBSD$ -# PORTNAME= log4j PORTVERSION= 1.2.16 @@ -24,6 +20,7 @@ PLIST_FILES= %%JAVAJARDIR%%/log4j.jar PORTDOCS= * .endif +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/log4j-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar |