mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Clarify LICENSE
- Strip binary
This commit is contained in:
parent
d400423100
commit
a983e49f7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389997
1 changed files with 5 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
PORTNAME= batmon
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils gnustep
|
||||
MASTER_SITES= SAVANNAH/gap
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNUstep battery monitor for laptops
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
|
||||
USES= gnustep
|
||||
USE_GNUSTEP= back build
|
||||
|
@ -18,4 +18,7 @@ post-patch:
|
|||
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
||||
${WRKSRC}/GNUmakefile
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/batmon.app/batmon
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue