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

(-)sysutils/zfs-snapshot-mgmt/Makefile (-1 / +1 lines)
Lines 16-21 COMMENT= Automatic ZFS snapshot manageme Link Here
16
16
17
USE_RUBY=	yes
17
USE_RUBY=	yes
18
RUBY_NO_BUILD_DEPENDS=	yes
18
RUBY_NO_BUILD_DEPENDS=	yes
19
RUBY_SHEBANG_FILES=zfs-snapshot-mgmt
19
20
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
MAN8=		zfs-snapshot-mgmt.8
22
MAN8=		zfs-snapshot-mgmt.8
Lines 25-31 SUB_FILES= pkg-message Link Here
25
post-patch:	.SILENT
26
post-patch:	.SILENT
26
	${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} \
27
	${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} \
27
		-e 's|/usr/local|${PREFIX}|g' \
28
		-e 's|/usr/local|${PREFIX}|g' \
28
		-e 's|${PREFIX}\(/bin/ruby\)|${LOCALBASE}\1|g' \
29
		{} +
29
		{} +
30
30
31
do-install:
31
do-install:

Return to bug 160969