View | Details | Raw Unified | Return to bug 256619 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/safe-iop/Makefile (-6 / +3 lines)
Lines 7-19 CATEGORIES= devel Link Here
7
MAINTAINER=	portmaster@BSDforge.com
7
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT=	Safe integer operation library for C
8
COMMENT=	Safe integer operation library for C
9
9
10
# XXX
10
# as defined in /usr/src/include/ifaddrs.h
11
# I use BSD1CLAUSE as defined in /usr/src/include/ifaddrs.h
11
LICENSE=	BSD1CLAUSE
12
# but bsd.licenses.db.mk only has
13
# BSD BSD0CLAUSE BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE - go figure
14
# So fake it
15
LICENSE=	BSD2CLAUSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
14
18
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
19
ALL_TARGET=	so
16
ALL_TARGET=	so

Return to bug 256619