mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
misc/ossp-uuid: update license info
Suggested by: nabijaczleweli@nabijaczleweli.xyz
This commit is contained in:
parent
0e00798657
commit
f83fcbc0e3
2 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= uuid
|
PORTNAME= uuid
|
||||||
PORTVERSION= 1.6.2
|
PORTVERSION= 1.6.2
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= misc devel
|
CATEGORIES= misc devel
|
||||||
MASTER_SITES= OSSP/lib/${PORTNAME}
|
MASTER_SITES= OSSP/lib/${PORTNAME}
|
||||||
PKGNAMEPREFIX= ossp-
|
PKGNAMEPREFIX= ossp-
|
||||||
|
@ -9,12 +9,14 @@ MAINTAINER= vd@FreeBSD.org
|
||||||
COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers
|
COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers
|
||||||
WWW= http://www.ossp.org/pkg/lib/uuid/
|
WWW= http://www.ossp.org/pkg/lib/uuid/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= UNKNOWN
|
||||||
|
LICENSE_NAME= unknown
|
||||||
.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
|
.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
|
||||||
LICENSE_FILE= ${WRKSRC}/../README
|
LICENSE_FILE= ${WRKSRC}/../README
|
||||||
.else
|
.else
|
||||||
LICENSE_FILE= ${WRKSRC}/README
|
LICENSE_FILE= ${WRKSRC}/README
|
||||||
.endif
|
.endif
|
||||||
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
@ -34,4 +36,8 @@ pre-patch:
|
||||||
@${REINPLACE_CMD} 's/libuuid.la/libossp-uuid.la/ ; s/libuuid++.la/libossp-uuid++.la/' \
|
@${REINPLACE_CMD} 's/libuuid.la/libossp-uuid.la/ ; s/libuuid++.la/libossp-uuid++.la/' \
|
||||||
${WRKDIR}/${DISTNAME}/Makefile.in
|
${WRKDIR}/${DISTNAME}/Makefile.in
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${LICENSE_FILE} ${STAGEDIR}${DOCSDIR}/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
%%DOCSDIR%%/README
|
||||||
bin/uuid
|
bin/uuid
|
||||||
bin/uuid-config
|
bin/uuid-config
|
||||||
include/ossp/uuid.h
|
include/ossp/uuid.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue