mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Be more specific about the license (BSD -> BSD3CLAUSE)
- Fix a nasty bug that prevented getopt() loop from working on some architectures (e.g. PowerPC) - Stagify; convert USE_BZIP2 to Uses (tar:bzip2)
This commit is contained in:
parent
b0e2f54481
commit
f66e76c4b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351993
1 changed files with 7 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pp
|
PORTNAME= pp
|
||||||
PORTVERSION= 1.03
|
PORTVERSION= 1.03
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= GOOGLE_CODE \
|
MASTER_SITES= GOOGLE_CODE \
|
||||||
http://de.nologin.ru/distfiles/sysutils/pp/
|
http://de.nologin.ru/distfiles/sysutils/pp/
|
||||||
|
@ -11,11 +12,14 @@ PROJECTHOST= pipe-progress
|
||||||
MAINTAINER= a.arepo@gmail.com
|
MAINTAINER= a.arepo@gmail.com
|
||||||
COMMENT= Small and fast progress bar for pipe
|
COMMENT= Small and fast progress bar for pipe
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USES= tar:bzip2
|
||||||
|
MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
|
||||||
|
|
||||||
PLIST_FILES= bin/pp
|
PLIST_FILES= bin/pp
|
||||||
|
|
||||||
NO_STAGE= yes
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's,char opt,int opt,' ${WRKSRC}/src/main.c
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue