mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 4 additions and 4 deletions
|
@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= maho/fastjar
|
||||||
MAINTAINER= maho@FreeBSD.org
|
MAINTAINER= maho@FreeBSD.org
|
||||||
COMMENT= A version of JDK's `jar' command written entirely in C
|
COMMENT= A version of JDK's `jar' command written entirely in C
|
||||||
|
|
||||||
BROKEN= Incomplete pkg-plist
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GETOPT_LONG=yes
|
USE_GETOPT_LONG=yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
PORTDOCS= CHANGES README
|
PORTDOCS= CHANGES README
|
||||||
PLIST_FILES= bin/fastjar bin/grepjar
|
PLIST_FILES= bin/fastjar bin/grepjar
|
||||||
|
@ -27,6 +25,9 @@ SUB_FILES= pkg-message
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
USE_PERL5_BUILD= yes
|
USE_PERL5_BUILD= yes
|
||||||
|
|
||||||
|
INFO= fastjar
|
||||||
|
MAN1= fastjar.1 grepjar.1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
|
|
|
@ -15,4 +15,3 @@ utility. At the moment, implemented features are:
|
||||||
|
|
||||||
WWW: http://savannah.nongnu.org/projects/fastjar
|
WWW: http://savannah.nongnu.org/projects/fastjar
|
||||||
http://fastjar.sourceforge.net/
|
http://fastjar.sourceforge.net/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue