mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
* Fix pkg-plist (actually Makefile)
* make portlint happy Submitted by: kris [1]
This commit is contained in:
parent
f73c5d7bee
commit
d8b64c7f32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171843
@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= maho/fastjar
|
||||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= A version of JDK's `jar' command written entirely in C
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
PORTDOCS= CHANGES README
|
||||
PLIST_FILES= bin/fastjar bin/grepjar
|
||||
@ -27,6 +25,9 @@ SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
INFO= fastjar
|
||||
MAN1= fastjar.1 grepjar.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -15,4 +15,3 @@ utility. At the moment, implemented features are:
|
||||
|
||||
WWW: http://savannah.nongnu.org/projects/fastjar
|
||||
http://fastjar.sourceforge.net/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user