diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:47:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:47:10 +0000 |
commit | 5f11c6ff70ab596c97afd721ed14b615ec84c4db (patch) | |
tree | 01d3fde1058ad056b3a4ee54f8719191a568cea5 /archivers | |
parent | - Update to 0.7.1 (diff) |
portlint (fix whitespace)
Notes
Notes:
svn path=/head/; revision=92244
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index a99097e9ca5f..dd5a0e9e9d76 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fastjar -PORTVERSION= 0.93 +PORTVERSION= 0.93 CATEGORIES= archivers java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A version of JDK's `jar' command written entirely in C -GNU_CONFIGURE= yes -USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes post-install: .if !defined(NOPORTDOCS) |