diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-30 14:10:20 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-30 14:10:20 +0000 |
commit | e8c0c2fe26f4efb736aa0afb2237ad30e0fb8fec (patch) | |
tree | 81f46268bf7aed649083ca9bd9c2a5d886427776 /ports-mgmt/pkg_replace | |
parent | f8986f4f236e4595cb82590e8aa8f609a14b8b17 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/pkg_replace')
-rw-r--r-- | ports-mgmt/pkg_replace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile index 4712e841b8e5..a591ddb954a0 100644 --- a/ports-mgmt/pkg_replace/Makefile +++ b/ports-mgmt/pkg_replace/Makefile @@ -30,7 +30,8 @@ PLIST_SUB+= PKGDB_FIX="@comment " OPTIONS_SUB= yes post-patch: - @${REINPLACE_CMD} -e 's/pkg_replace/pkg_replace pkgdb_fix/;' ${WRKSRC}/sbin/Makefile + @${REINPLACE_CMD} -e 's/pkg_replace/pkg_replace pkgdb_fix/' ${WRKSRC}/sbin/Makefile + @${REINPLACE_CMD} -e 's/mkdir -p $${FILESDIR}/@true/' ${WRKSRC}/share/zsh/Makefile pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions |