mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
parent
f49f981849
commit
6ab1c00766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401352
@ -9,7 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Console password management application based on gpg(me)
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
||||
|
||||
@ -27,7 +28,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/src/options.c
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user