View | Details | Raw Unified | Return to bug 198236
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 11-23 Link Here
11
MAINTAINER=	naddy@FreeBSD.org
11
MAINTAINER=	naddy@FreeBSD.org
12
COMMENT=	GNU cpio copies files to and from archives
12
COMMENT=	GNU cpio copies files to and from archives
13
13
14
USES=		tar:bzip2
14
USES=		cpe tar:bzip2
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
CONFIGURE_ARGS=	--program-prefix=g \
16
CONFIGURE_ARGS=	--program-prefix=g \
17
		--disable-silent-rules \
17
		--disable-silent-rules \
18
		--with-rmt=/etc/rmt
18
		--with-rmt=/etc/rmt
19
19
20
INFO=		cpio
20
INFO=		cpio
21
CPE_VENDOR=	gnu
21
22
22
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
23
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes

Return to bug 198236