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

Collapse All | Expand All

(-)./Makefile (+4 lines)
Lines 81-86 PKG_DEPENDS= Link Here
81
PKG_BIN=	${WRKSRC}/src/pkg-static
81
PKG_BIN=	${WRKSRC}/src/pkg-static
82
.endif
82
.endif
83
83
84
pre-patch:
85
	@${REINPLACE_CMD} 's|-m 644 lib|-s -m 644 lib|' ${WRKSRC}/libpkg/Makefile.autosetup
86
	@${REINPLACE_CMD} 's|install -m 755 pkg|install -s -m 755 pkg|' ${WRKSRC}/src/Makefile.autosetup
87
84
post-install:
88
post-install:
85
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
89
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
86
90

Return to bug 244128