aboutsummaryrefslogtreecommitdiff
path: root/archivers/jzlib
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
commit142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (patch)
tree3b34a790743d501df42bd56a9dd54de3486de358 /archivers/jzlib
parentd233d23153a79abe3de1d8486176c4d98ab09947 (diff)
downloadports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.tar.gz
ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.zip
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
Notes
Notes: svn path=/head/; revision=309150
Diffstat (limited to 'archivers/jzlib')
-rw-r--r--archivers/jzlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/jzlib/Makefile b/archivers/jzlib/Makefile
index 3d8fd519293b..366291dd3400 100644
--- a/archivers/jzlib/Makefile
+++ b/archivers/jzlib/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= archivers java
MASTER_SITES= http://www.jcraft.com/jzlib/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A re-implementation of zlib in pure Java
+COMMENT= Reimplementation of zlib in pure Java
USE_JAVA= yes
JAVA_VERSION= 1.6+
@@ -57,8 +57,8 @@ do-install:
.endif
# examples
@${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
# jar
- @${INSTALL_DATA} ${JAR_FILE} ${JAVAJARDIR}/${PORTNAME}.jar
+ ${INSTALL_DATA} ${JAR_FILE} ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>