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

(-)ports/Mk/bsd.port.mk (-2 / +2 lines)
Lines 1893-1899 Link Here
1893
1893
1894
# Patch-libtool
1894
# Patch-libtool
1895
#
1895
#
1896
# Special target to automagically make libtool using ports use the
1896
# Special target to automatically make libtool using ports use the
1897
# libtool port.  See above for default values of LIBTOOLFILES.
1897
# libtool port.  See above for default values of LIBTOOLFILES.
1898
1898
1899
.if !target(patch-libtool)
1899
.if !target(patch-libtool)
Lines 1922-1928 Link Here
1922
.if !target(reinstall)
1922
.if !target(reinstall)
1923
reinstall:
1923
reinstall:
1924
	@${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
1924
	@${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
1925
	@DEPENDS_TARGET=${DEPENDS_TARGET} ${MAKE} install
1925
	@DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} install
1926
.endif
1926
.endif
1927
1927
1928
# Deinstall
1928
# Deinstall

Return to bug 13638